aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-05-09 09:11:09 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2017-05-09 09:19:50 +0200
commit08a7316c144f9f2516db8fa62400893f4358c5ae (patch)
treec6c609b7e61e74bb8a6fc963e272d615e0ab4b10 /src/txmempool.h
parent6a796b2b53fe542e0f340f250f4f20d69efed8d0 (diff)
parent381a46e38fa9262c868e5fee9ed0d1f71af4059e (diff)
downloadbitcoin-08a7316c144f9f2516db8fa62400893f4358c5ae.tar.xz
Merge #9279: Consensus: Move CFeeRate out of libconsensus
381a46e Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module (Jorge Timón) 330bb5a Consensus: Minimal way to move dust out of consensus (Jorge Timón) Tree-SHA512: 19a2ea8169afd5a9d3f940d8974e34cfaead153e3ff3068ac82fccdb8694d19d9b45938904ec9e8cd095bd5ca3a0080364da29372f6aaf56b11a6c2ccd6c7a4d
Diffstat (limited to 'src/txmempool.h')
-rw-r--r--src/txmempool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index 92c4d9f9d4..94987ef4d1 100644
--- a/src/txmempool.h
+++ b/src/txmempool.h
@@ -16,6 +16,7 @@
#include "amount.h"
#include "coins.h"
#include "indirectmap.h"
+#include "policy/feerate.h"
#include "primitives/transaction.h"
#include "sync.h"
#include "random.h"