aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-01-19 19:59:19 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2017-01-19 19:59:24 +0100
commit2ef52d3cf11bd3b1117da8a7affcf9fcfd133767 (patch)
treefc1634d32639bde0be2883125fd22adbb5511394 /src/rpc/client.cpp
parent054d664215ca8d5f17d8aadbfc5b78a8dcd5115c (diff)
parentcc0243ad32cee1cc9faab317364b889beaf07647 (diff)
downloadbitcoin-2ef52d3cf11bd3b1117da8a7affcf9fcfd133767.tar.xz
Merge #8456: [RPC] Simplified bumpfee command.
cc0243a [RPC] bumpfee (mrbandrews) 52dde66 [wallet] Add include_unsafe argument to listunspent RPC (Russell Yanofsky) 766e8a4 [wallet] Add IsAllFromMe: true if all inputs are from wallet (Suhas Daftuar)
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r--src/rpc/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp
index 5d3c458455..5bdd84e555 100644
--- a/src/rpc/client.cpp
+++ b/src/rpc/client.cpp
@@ -117,6 +117,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "setnetworkactive", 0, "state" },
{ "getmempoolancestors", 1, "verbose" },
{ "getmempooldescendants", 1, "verbose" },
+ { "bumpfee", 1, "options" },
// Echo with conversion (For testing only)
{ "echojson", 0, "arg0" },
{ "echojson", 1, "arg1" },