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

@@ -98,7 +98,7 @@ public:
mutable CCriticalSection cs;
std::map<uint256, CTxMemPoolEntry> mapTx;
std::map<COutPoint, CInPoint> mapNextTx;
std::map<uint256, const CTransaction*> mapSerials;
std::map<uint256, const CTransaction*> mapNullifiers;
std::map<uint256, std::pair<double, CAmount> > mapDeltas;
CTxMemPool(const CFeeRate& _minRelayFee);