diff options
author | Alex Morcos <morcos@chaincode.com> | 2015-11-16 15:21:51 -0500 |
---|---|---|
committer | Alex Morcos <morcos@chaincode.com> | 2015-11-16 15:33:06 -0500 |
commit | 63030514701828a06040413837f5eced9deeee03 (patch) | |
tree | 62be88c1ff41a297a3e1b58ff5ccd68789cb699c /src/rpcblockchain.cpp | |
parent | f22ac4a22c570921f1c2be121e6744a1564b2ce7 (diff) |
EstimateSmart functions consider mempool min fee
Diffstat (limited to 'src/rpcblockchain.cpp')
-rw-r--r-- | src/rpcblockchain.cpp | 1 |
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" |