Rename typename
This commit is contained in:
@@ -142,8 +142,8 @@ public:
|
|||||||
mapNullifiers.clear();
|
mapNullifiers.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename Tree, typename Cache>
|
template<typename Tree, typename Map>
|
||||||
void BatchWriteAnchors(Cache& mapAnchors, std::map<uint256, Tree>& cacheAnchors)
|
void BatchWriteAnchors(Map& mapAnchors, std::map<uint256, Tree>& cacheAnchors)
|
||||||
{
|
{
|
||||||
for (auto it = mapAnchors.begin(); it != mapAnchors.end(); ) {
|
for (auto it = mapAnchors.begin(); it != mapAnchors.end(); ) {
|
||||||
if (it->second.entered) {
|
if (it->second.entered) {
|
||||||
|
|||||||
Reference in New Issue
Block a user