mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Cleanups and fixes.
This commit is contained in:
2
SHAMap.h
2
SHAMap.h
@@ -125,7 +125,7 @@ private:
|
||||
SHAMapLeafNode& operator=(const SHAMapLeafNode&); // no implementation
|
||||
|
||||
protected:
|
||||
bool addUpdateItem(SHAMapItem::pointer);
|
||||
bool addUpdateItem(SHAMapItem::pointer, bool doHash);
|
||||
bool delItem(const SHAMapItem::pointer i) { return delItem(i->getTag()); }
|
||||
bool delItem(const uint256& tag);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user