mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
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)
This commit is contained in:
commit
2ef52d3cf1
8 changed files with 715 additions and 14 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue