Let -zapwallettxes recover transaction meta data

This commit is contained in:
Cozz Lovan
2014-02-14 18:27:15 +01:00
parent 529047fcd1
commit 77cbd4623e
7 changed files with 212 additions and 11 deletions

View File

@@ -341,7 +341,7 @@ public:
void SetBestChain(const CBlockLocator& loc);
DBErrors LoadWallet(bool& fFirstRunRet);
DBErrors ZapWalletTx();
DBErrors ZapWalletTx(std::vector<CWalletTx>& vWtx);
bool SetAddressBook(const CTxDestination& address, const std::string& strName, const std::string& purpose);