diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-05-09 09:11:09 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-05-09 09:19:50 +0200 |
commit | 08a7316c144f9f2516db8fa62400893f4358c5ae (patch) | |
tree | c6c609b7e61e74bb8a6fc963e272d615e0ab4b10 /src/rpc/blockchain.cpp | |
parent | 6a796b2b53fe542e0f340f250f4f20d69efed8d0 (diff) | |
parent | 381a46e38fa9262c868e5fee9ed0d1f71af4059e (diff) |
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/rpc/blockchain.cpp')
-rw-r--r-- | src/rpc/blockchain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 8599795d21..df424d4a41 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -13,6 +13,7 @@ #include "consensus/validation.h" #include "validation.h" #include "core_io.h" +#include "policy/feerate.h" #include "policy/policy.h" #include "primitives/transaction.h" #include "rpc/server.h" |