diff options
author | Andrew Chow <achow101-github@achow101.com> | 2020-04-13 14:48:03 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-06-25 15:32:11 -0400 |
commit | 4638224f64ba7c8ea7c4fb550ec89c6a6d8c7887 (patch) | |
tree | 96ab74627981ea9418e5305cc7afd304e70da49b /src/rpc | |
parent | f32f7e907a5eb73e880c567c699569081608ed7a (diff) |
Add psbtbumpfee RPC
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/client.cpp | 1 |
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" }, |