mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
make sendrawtransaction to accept 2nd optional (#1369)
This commit is contained in:
parent
01eeb59af6
commit
d26916ad5b
@ -91,6 +91,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||||||
{ "signrawtransaction", 1 },
|
{ "signrawtransaction", 1 },
|
||||||
{ "signrawtransaction", 2 },
|
{ "signrawtransaction", 2 },
|
||||||
{ "sendrawtransaction", 1 },
|
{ "sendrawtransaction", 1 },
|
||||||
|
{ "sendrawtransaction", 2 },
|
||||||
{ "fundrawtransaction", 1 },
|
{ "fundrawtransaction", 1 },
|
||||||
{ "gettxout", 1 },
|
{ "gettxout", 1 },
|
||||||
{ "gettxout", 2 },
|
{ "gettxout", 2 },
|
||||||
|
Loading…
Reference in New Issue
Block a user