Skip to content

Commit 577b8b6

Browse files
benthecarmanComputerCraftr
authored andcommitted
rpc: Add missing description of vout in getrawtransaction help text
Github-Pull: #20731 Rebased-From: b23349b8804fb60c6b3d7d0e2a95927a0d1b49b9
1 parent ceaa047 commit 577b8b6

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)