Add psbtbumpfee RPC

This commit is contained in:
Andrew Chow
2020-04-13 14:48:03 -04:00
parent f32f7e907a
commit 4638224f64
3 changed files with 33 additions and 9 deletions

View File

@@ -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" },