fix !O_NONBLOCK where ~O_NONBLOCK was meant
[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);