fix instantsendtoaddress param convertion (#1585)

`subtractfeefromamount` is bool but `true`/`false` are not recognized in rpc atm. This should fix it.
This commit is contained in:
UdjinM6 2017-08-23 17:21:33 +03:00 committed by GitHub
parent ccee103a0e
commit f786ce6aba

View File

@ -37,6 +37,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "sendtoaddress", 5 },
{ "sendtoaddress", 6 },
{ "instantsendtoaddress", 1 },
{ "instantsendtoaddress", 4 },
{ "settxfee", 0 },
{ "getreceivedbyaddress", 1 },
{ "getreceivedbyaccount", 1 },