Add caching of incremental witnesses for spendable notes
This commit is contained in:
@@ -106,6 +106,8 @@ public:
|
||||
|
||||
bool WriteDefaultKey(const CPubKey& vchPubKey);
|
||||
|
||||
bool WriteAnchorCache(const std::list<uint256>& vAnchorCache);
|
||||
|
||||
bool ReadPool(int64_t nPool, CKeyPool& keypool);
|
||||
bool WritePool(int64_t nPool, const CKeyPool& keypool);
|
||||
bool ErasePool(int64_t nPool);
|
||||
|
||||
Reference in New Issue
Block a user