aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@bitpay.com>2014-02-14 12:21:38 -0500
committerJeff Garzik <jgarzik@bitpay.com>2014-02-14 12:21:38 -0500
commite051e65c219cc72a2bba768f3d5e043ad055b48e (patch)
tree48112962ac208f307e93f3f13bec67ee4431bf07 /src/wallet.h
parent8e842cd81de6693a8f22e30a1e249744ac34b172 (diff)
parent518f3bdae3415fdb60cef984b69b36f2633c1fe1 (diff)
downloadbitcoin-e051e65c219cc72a2bba768f3d5e043ad055b48e.tar.xz
Merge pull request #3659 from jgarzik/zapall
Add -zapwallettx function, a diagnostic tool to assist in wallet repair
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet.h b/src/wallet.h
index ca40ba8185..a8f1a81b3c 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -323,6 +323,7 @@ public:
void SetBestChain(const CBlockLocator& loc);
DBErrors LoadWallet(bool& fFirstRunRet);
+ DBErrors ZapWalletTx();
bool SetAddressBook(const CTxDestination& address, const std::string& strName, const std::string& purpose);