@@ -617,7 +617,7 @@ const RPCResult getblock_vin{
617
617
{RPCResult::Type::OBJ, " scriptPubKey" , " " ,
618
618
{
619
619
{RPCResult::Type::STR, " asm" , " The asm" },
620
- {RPCResult::Type::STR , " hex" , " The hex" },
620
+ {RPCResult::Type::STR_HEX , " hex" , " The hex" },
621
621
{RPCResult::Type::STR, " address" , /* optional=*/ true , " The Bitcoin address (only if a well-defined address exists)" },
622
622
{RPCResult::Type::STR, " type" , " The type (one of: " + GetAllOutputTypes () + " )" },
623
623
}},
@@ -1014,9 +1014,9 @@ static RPCHelpMan gettxout()
1014
1014
{RPCResult::Type::NUM, " confirmations" , " The number of confirmations" },
1015
1015
{RPCResult::Type::STR_AMOUNT, " value" , " The transaction value in " + CURRENCY_UNIT},
1016
1016
{RPCResult::Type::OBJ, " scriptPubKey" , " " , {
1017
- {RPCResult::Type::STR, " asm" , " " },
1017
+ {RPCResult::Type::STR, " asm" , " The asm " },
1018
1018
{RPCResult::Type::STR, " desc" , " Inferred descriptor for the output" },
1019
- {RPCResult::Type::STR_HEX, " hex" , " " },
1019
+ {RPCResult::Type::STR_HEX, " hex" , " The hex " },
1020
1020
{RPCResult::Type::STR, " type" , " The type, eg pubkeyhash" },
1021
1021
{RPCResult::Type::STR, " address" , /* optional=*/ true , " The Bitcoin address (only if a well-defined address exists)" },
1022
1022
}},
0 commit comments