aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-04-13 14:48:03 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-06-25 15:32:11 -0400
commit4638224f64ba7c8ea7c4fb550ec89c6a6d8c7887 (patch)
tree96ab74627981ea9418e5305cc7afd304e70da49b /src/rpc/client.cpp
parentf32f7e907a5eb73e880c567c699569081608ed7a (diff)
downloadbitcoin-4638224f64ba7c8ea7c4fb550ec89c6a6d8c7887.tar.xz
Add psbtbumpfee RPC
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 66ace7263a..41050edaa6 100644
--- a/src/rpc/client.cpp
+++ b/src/rpc/client.cpp
@@ -151,6 +151,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "getmempoolancestors", 1, "verbose" },
{ "getmempooldescendants", 1, "verbose" },
{ "bumpfee", 1, "options" },
+ { "psbtbumpfee", 1, "options" },
{ "logging", 0, "include" },
{ "logging", 1, "exclude" },
{ "disconnectnode", 1, "nodeid" },