diff options
author | Patrick Strateman <patrick.strateman@gmail.com> | 2016-05-09 00:15:12 -0700 |
---|---|---|
committer | Patrick Strateman <patrick.strateman@gmail.com> | 2016-05-09 00:20:17 -0700 |
commit | 0fd599767d2dabf25ac8c3543cb586cfc4b9d816 (patch) | |
tree | 13c6a9ce0048dd662d98136caf0774a81619859e /src/wallet/wallet.h | |
parent | fbd84788e676c9cbd126f6236ec46bb2f342bd00 (diff) |
Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index c3bd343edd..cc568c3749 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -394,8 +394,6 @@ public: bool InMempool() const; bool IsTrusted() const; - bool WriteToDisk(CWalletDB *pwalletdb); - int64_t GetTxTime() const; int GetRequestCount() const; |