diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-05-09 09:11:09 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-05-09 09:19:50 +0200 |
| commit | 08a7316c144f9f2516db8fa62400893f4358c5ae (patch) | |
| tree | c6c609b7e61e74bb8a6fc963e272d615e0ab4b10 /src/init.cpp | |
| parent | Merge #10342: [tests] Improve mempool_persist test (diff) | |
| parent | Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module (diff) | |
| download | discoin-08a7316c144f9f2516db8fa62400893f4358c5ae.tar.xz discoin-08a7316c144f9f2516db8fa62400893f4358c5ae.zip | |
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/init.cpp')
| -rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index 266e1731e..2b6048fa9 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -25,6 +25,7 @@ #include "netbase.h" #include "net.h" #include "net_processing.h" +#include "policy/feerate.h" #include "policy/fees.h" #include "policy/policy.h" #include "rpc/server.h" |