rpc: Add missing description of vout in getrawtransaction help text

This commit is contained in:
Ben Carman 2020-12-21 09:57:06 -06:00
parent 6a48063671
commit b23349b880
No known key found for this signature in database
GPG Key ID: D7CC770B81FD22A8

View File

@ -109,7 +109,7 @@ static RPCHelpMan getrawtransaction()
{RPCResult::Type::OBJ, "", "",
{
{RPCResult::Type::STR_HEX, "txid", "The transaction id"},
{RPCResult::Type::STR, "vout", ""},
{RPCResult::Type::NUM, "vout", "The output number"},
{RPCResult::Type::OBJ, "scriptSig", "The script",
{
{RPCResult::Type::STR, "asm", "asm"},