Skip to content

Commit b23349b

Browse files
committed
rpc: Add missing description of vout in getrawtransaction help text
1 parent 6a48063 commit b23349b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/rawtransaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static RPCHelpMan getrawtransaction()
109109
{RPCResult::Type::OBJ, "", "",
110110
{
111111
{RPCResult::Type::STR_HEX, "txid", "The transaction id"},
112-
{RPCResult::Type::STR, "vout", ""},
112+
{RPCResult::Type::NUM, "vout", "The output number"},
113113
{RPCResult::Type::OBJ, "scriptSig", "The script",
114114
{
115115
{RPCResult::Type::STR, "asm", "asm"},

0 commit comments

Comments
 (0)