mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
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:
parent
ccee103a0e
commit
f786ce6aba
@ -37,6 +37,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
||||
{ "sendtoaddress", 5 },
|
||||
{ "sendtoaddress", 6 },
|
||||
{ "instantsendtoaddress", 1 },
|
||||
{ "instantsendtoaddress", 4 },
|
||||
{ "settxfee", 0 },
|
||||
{ "getreceivedbyaddress", 1 },
|
||||
{ "getreceivedbyaccount", 1 },
|
||||
|
Loading…
Reference in New Issue
Block a user