Rename typename

This commit is contained in:
Eirik Ogilvie-Wigley 2018-06-19 10:07:00 -06:00
parent 115b26cb27
commit 762ee0e896
1 changed files with 2 additions and 2 deletions

View File

@ -142,8 +142,8 @@ public:
mapNullifiers.clear();
}
template<typename Tree, typename Cache>
void BatchWriteAnchors(Cache& mapAnchors, std::map<uint256, Tree>& cacheAnchors)
template<typename Tree, typename Map>
void BatchWriteAnchors(Map& mapAnchors, std::map<uint256, Tree>& cacheAnchors)
{
for (auto it = mapAnchors.begin(); it != mapAnchors.end(); ) {
if (it->second.entered) {