diff --git a/src/test/coins_tests.cpp b/src/test/coins_tests.cpp index 38f3d2b28..44f491468 100644 --- a/src/test/coins_tests.cpp +++ b/src/test/coins_tests.cpp @@ -142,8 +142,8 @@ public: mapNullifiers.clear(); } - template - void BatchWriteAnchors(Cache& mapAnchors, std::map& cacheAnchors) + template + void BatchWriteAnchors(Map& mapAnchors, std::map& cacheAnchors) { for (auto it = mapAnchors.begin(); it != mapAnchors.end(); ) { if (it->second.entered) {