aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.cpp
diff options
context:
space:
mode:
authorAlex Morcos <morcos@chaincode.com>2015-11-16 15:21:51 -0500
committerAlex Morcos <morcos@chaincode.com>2015-11-16 15:33:06 -0500
commit63030514701828a06040413837f5eced9deeee03 (patch)
tree62be88c1ff41a297a3e1b58ff5ccd68789cb699c /src/rpcblockchain.cpp
parentf22ac4a22c570921f1c2be121e6744a1564b2ce7 (diff)
downloadbitcoin-63030514701828a06040413837f5eced9deeee03.tar.xz
EstimateSmart functions consider mempool min fee
Diffstat (limited to 'src/rpcblockchain.cpp')
-rw-r--r--src/rpcblockchain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp
index 9c0e78f772..ab7901d811 100644
--- a/src/rpcblockchain.cpp
+++ b/src/rpcblockchain.cpp
@@ -10,6 +10,7 @@
#include "coins.h"
#include "consensus/validation.h"
#include "main.h"
+#include "policy/policy.h"
#include "primitives/transaction.h"
#include "rpcserver.h"
#include "streams.h"