add optional subtract fee argument to sendtomainchain

This commit is contained in:
Gregory Sanders 2018-04-02 16:40:17 -07:00
parent 146808c163
commit 0328059a69
2 changed files with 11 additions and 4 deletions

View file

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