SnapShot2

This commit is contained in:
jl777
2019-04-06 00:01:49 -11:00
parent 6dec94bf74
commit e2ddb727d4
2 changed files with 23 additions and 19 deletions

View File

@@ -116,6 +116,7 @@ public:
bool LoadBlockIndexGuts();
bool blockOnchainActive(const uint256 &hash);
UniValue Snapshot(int top);
int32_t Snapshot2(int64_t dustthreshold,int32_t top,std::vector <std::pair<CAmount, std::string>> &vaddr);
};
#endif // BITCOIN_TXDB_H