fix gettxout help text

This commit is contained in:
Marnix
2022-07-14 20:49:29 +02:00
committed by MarnixCroes
parent 02ede4f1fd
commit 743a84a5f6
2 changed files with 4 additions and 4 deletions

View File

@@ -730,7 +730,7 @@ const RPCResult decodepsbt_inputs{
{RPCResult::Type::OBJ, "final_scriptSig", /*optional=*/true, "",
{
{RPCResult::Type::STR, "asm", "The asm"},
{RPCResult::Type::STR, "hex", "The hex"},
{RPCResult::Type::STR_HEX, "hex", "The hex"},
}},
{RPCResult::Type::ARR, "final_scriptwitness", /*optional=*/true, "",
{