make sendrawtransaction to accept 2nd optional (#1369)

This commit is contained in:
chaeplin 2017-02-28 17:59:49 +09:00 committed by UdjinM6
parent 01eeb59af6
commit d26916ad5b

View File

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