aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-09-07 19:15:45 +0200
committerMarcoFalke <falke.marco@gmail.com>2017-10-03 19:30:27 +0200
commitb1a6c946838fb070fe3079084b800836c7d5ddfa (patch)
treef26c16e2d4f541b1b821d94b63fe0826c840c7b0 /src/rpc/client.cpp
parent921542e0bde120cc5e36e6c400b9fcd486c73cdf (diff)
downloadbitcoin-b1a6c946838fb070fe3079084b800836c7d5ddfa.tar.xz
rpc: make estimatesmartfee argument naming consistent with documentation
Github-Pull: #11267 Rebased-From: 5acd82de9ad6df8cab922da66d49b8ff2bd35439
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r--src/rpc/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp
index 7c1c4c55a7..406ad2f6ec 100644
--- a/src/rpc/client.cpp
+++ b/src/rpc/client.cpp
@@ -115,7 +115,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "keypoolrefill", 0, "newsize" },
{ "getrawmempool", 0, "verbose" },
{ "estimatefee", 0, "nblocks" },
- { "estimatesmartfee", 0, "nblocks" },
+ { "estimatesmartfee", 0, "conf_target" },
{ "estimaterawfee", 0, "conf_target" },
{ "estimaterawfee", 1, "threshold" },
{ "prioritisetransaction", 1, "dummy" },