diff options
author | Alex Morcos <morcos@chaincode.com> | 2017-06-06 13:08:27 -0400 |
---|---|---|
committer | Alex Morcos <morcos@chaincode.com> | 2017-07-10 20:07:13 -0400 |
commit | 9c85b91dc1566f7c27c5b8a1a9c7aebe0e3a83cf (patch) | |
tree | a9cda413863908f2ccf954958e469b31964ca678 /src/rpc/client.cpp | |
parent | 9edda0c5f5f20bc6b302ad51fa5ec40ed9da184d (diff) |
Change API to estimaterawfee
Report results for all 3 possible time horizons instead of specifying time horizon as an argument.
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r-- | src/rpc/client.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 8fac8af3ec..4c5eb6dc69 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -113,7 +113,6 @@ static const CRPCConvertParam vRPCConvertParams[] = { "estimatesmartfee", 1, "conservative" }, { "estimaterawfee", 0, "nblocks" }, { "estimaterawfee", 1, "threshold" }, - { "estimaterawfee", 2, "horizon" }, { "prioritisetransaction", 1, "dummy" }, { "prioritisetransaction", 2, "fee_delta" }, { "setban", 2, "bantime" }, |