aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorPatrick Strateman <patrick.strateman@gmail.com>2016-05-09 00:15:12 -0700
committerPatrick Strateman <patrick.strateman@gmail.com>2016-05-09 00:20:17 -0700
commit0fd599767d2dabf25ac8c3543cb586cfc4b9d816 (patch)
tree13c6a9ce0048dd662d98136caf0774a81619859e /src/wallet/wallet.h
parentfbd84788e676c9cbd126f6236ec46bb2f342bd00 (diff)
downloadbitcoin-0fd599767d2dabf25ac8c3543cb586cfc4b9d816.tar.xz
Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h2
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;