Add -zapwallettxes cli/config option, used for wallet recovery
[novacoin.git] / src / wallet.h
index 803c273..cb7c238 100644 (file)
@@ -311,6 +311,8 @@ public:
 
     DBErrors LoadWallet(bool& fFirstRunRet);
 
+    DBErrors ZapWalletTx();
+
     bool SetAddressBookName(const CTxDestination& address, const std::string& strName);
 
     bool DelAddressBookName(const CTxDestination& address);