From 762ee0e896bd00067847996502ab655d16dd8663 Mon Sep 17 00:00:00 2001 From: Eirik Ogilvie-Wigley Date: Tue, 19 Jun 2018 10:07:00 -0600 Subject: [PATCH] Rename typename --- src/test/coins_tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {