diff options
| author | Cozz Lovan <[email protected]> | 2014-02-14 18:27:15 +0100 |
|---|---|---|
| committer | Cozz Lovan <[email protected]> | 2014-06-16 18:56:57 +0200 |
| commit | 77cbd4623e171ee9c48ada8a421295ed2c8e6c7c (patch) | |
| tree | 84ff89231b49da39f3ff6d4d8baeded4a3e8c068 /src/wallet.h | |
| parent | Merge pull request #4349 (diff) | |
| download | discoin-77cbd4623e171ee9c48ada8a421295ed2c8e6c7c.tar.xz discoin-77cbd4623e171ee9c48ada8a421295ed2c8e6c7c.zip | |
Let -zapwallettxes recover transaction meta data
Diffstat (limited to 'src/wallet.h')
| -rw-r--r-- | src/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h index 7df656fc2..b168116f4 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -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); |