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