diff options
| author | Alex Morcos <[email protected]> | 2015-11-16 15:21:51 -0500 |
|---|---|---|
| committer | Alex Morcos <[email protected]> | 2015-11-16 15:33:06 -0500 |
| commit | 63030514701828a06040413837f5eced9deeee03 (patch) | |
| tree | 62be88c1ff41a297a3e1b58ff5ccd68789cb699c /src/rpcblockchain.cpp | |
| parent | Increase success threshold for fee estimation to 95% (diff) | |
| download | discoin-63030514701828a06040413837f5eced9deeee03.tar.xz discoin-63030514701828a06040413837f5eced9deeee03.zip | |
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 9c0e78f77..ab7901d81 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" |