Rename mapSerials to mapNullifiers.

This commit is contained in:
Sean Bowe
2016-07-14 16:02:42 -06:00
parent d889a287ae
commit bb64be52fe
8 changed files with 29 additions and 29 deletions

View File

@@ -44,7 +44,7 @@ public:
const uint256 &hashBlock,
const uint256 &hashAnchor,
CAnchorsMap &mapAnchors,
CNullifiersMap &mapSerials);
CNullifiersMap &mapNullifiers);
bool GetStats(CCoinsStats &stats) const;
};