[Pkg-bitcoin-commits] [bitcoin] 31/126: rpc: make estimatesmartfee argument naming consistent with documentation

Jonas Smedegaard dr at jones.dk
Mon Nov 13 20:01:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.15.1_dfsg-1
in repository bitcoin.

commit b1a6c946838fb070fe3079084b800836c7d5ddfa
Author: Wladimir J. van der Laan <laanwj at gmail.com>
Date:   Thu Sep 7 19:15:45 2017 +0200

    rpc: make estimatesmartfee argument naming consistent with documentation
    
    Github-Pull: #11267
    Rebased-From: 5acd82de9ad6df8cab922da66d49b8ff2bd35439
---
 src/rpc/client.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp
index 7c1c4c5..406ad2f 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" },

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/bitcoin.git



More information about the Pkg-bitcoin-commits mailing list