aboutsummaryrefslogtreecommitdiff
path: root/src/net.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/net.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/net.h')
-rw-r--r--src/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index 8b0ebc0ffe..bea04bc580 100644
--- a/src/net.h
+++ b/src/net.h
@@ -14,6 +14,7 @@
#include "hash.h"
#include "limitedmap.h"
#include "netaddress.h"
+#include "policy/feerate.h"
#include "protocol.h"
#include "random.h"
#include "streams.h"