diff options
author | Alex Morcos <morcos@chaincode.com> | 2017-02-15 15:48:48 -0500 |
---|---|---|
committer | Alex Morcos <morcos@chaincode.com> | 2017-04-10 13:56:50 -0400 |
commit | 5ba81e54e0390ec0be7dbc8ebea0c35933442a8a (patch) | |
tree | 614058d4426ef86d836b017db769327402706ea0 /src/txmempool.h | |
parent | 14e10aa842b8583f9648accd5d151dbdf342b9dc (diff) |
Read and Write fee estimate file directly from CBlockPolicyEstimator
Diffstat (limited to 'src/txmempool.h')
-rw-r--r-- | src/txmempool.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/txmempool.h b/src/txmempool.h index 3aa5b46c46..92c4d9f9d4 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -617,10 +617,6 @@ public: TxMempoolInfo info(const uint256& hash) const; std::vector<TxMempoolInfo> infoAll() const; - /** Write/Read estimates to disk */ - bool WriteFeeEstimates(CAutoFile& fileout) const; - bool ReadFeeEstimates(CAutoFile& filein); - size_t DynamicMemoryUsage() const; boost::signals2::signal<void (CTransactionRef)> NotifyEntryAdded; |