Skip to content

Commit

Permalink
rpc: Add missing description of vout in getrawtransaction help text
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Dec 21, 2020
1 parent 6a48063 commit b23349b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/rawtransaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit b23349b

Please sign in to comment.