mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
add optional subtract fee argument to sendtomainchain
This commit is contained in:
parent
146808c163
commit
0328059a69
2 changed files with 11 additions and 4 deletions
|
|
@ -137,6 +137,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "getmempooldescendants", 1, "verbose" },
|
||||
{ "bumpfee", 1, "options" },
|
||||
{ "testproposedblock", 1, "acceptnonstd" },
|
||||
{ "sendtomainchain", 2, "subtractfeefromamount"},
|
||||
// Echo with conversion (For testing only)
|
||||
{ "echojson", 0, "arg0" },
|
||||
{ "echojson", 1, "arg1" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue