diff options
-rw-r--r-- | src/wallet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h index 49d21d1c40..44c11e2ec4 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -227,7 +227,6 @@ public: void SetBestChain(const CBlockLocator& loc); int LoadWallet(bool& fFirstRunRet); -// bool BackupWallet(const std::string& strDest); bool SetAddressBookName(const CBitcoinAddress& address, const std::string& strName); |