diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2017-03-09 20:11:36 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2017-06-05 21:04:42 +0000 |
commit | 23fb9adaea01c7baece6e1269e65713571088c5f (patch) | |
tree | a5d502424da92afc409064d65627fcacc6cb8d20 /src/wallet/walletdb.h | |
parent | 9d15d5548d375e7841e0505cdcf4ddcf11591994 (diff) |
wallet: Move nAccountingEntryNumber from static/global to CWallet
Diffstat (limited to 'src/wallet/walletdb.h')
-rw-r--r-- | src/wallet/walletdb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h index 0fafdb6a1b..5f9aec9afd 100644 --- a/src/wallet/walletdb.h +++ b/src/wallet/walletdb.h @@ -201,7 +201,6 @@ public: /// This writes directly to the database, and will not update the CWallet's cached accounting entries! /// Use wallet.AddAccountingEntry instead, to write *and* update its caches. bool WriteAccountingEntry(const uint64_t nAccEntryNum, const CAccountingEntry& acentry); - bool WriteAccountingEntry_Backend(const CAccountingEntry& acentry); bool ReadAccount(const std::string& strAccount, CAccount& account); bool WriteAccount(const std::string& strAccount, const CAccount& account); |