@@ -1050,15 +1050,15 @@ static RPCHelpMan gettxoutsetinfo()
1050
1050
RPCResult{
1051
1051
RPCResult::Type::OBJ, " " , " " ,
1052
1052
{
1053
- {RPCResult::Type::NUM, " height" , " The current block height (index)" },
1054
- {RPCResult::Type::STR_HEX, " bestblock" , " The hash of the block at the tip of the chain " },
1053
+ {RPCResult::Type::NUM, " height" , " The block height (index) of the returned statistics " },
1054
+ {RPCResult::Type::STR_HEX, " bestblock" , " The hash of the block at which these statistics are calculated " },
1055
1055
{RPCResult::Type::NUM, " transactions" , " The number of transactions with unspent outputs" },
1056
1056
{RPCResult::Type::NUM, " txouts" , " The number of unspent transaction outputs" },
1057
1057
{RPCResult::Type::NUM, " bogosize" , " A meaningless metric for UTXO set size" },
1058
1058
{RPCResult::Type::STR_HEX, " hash_serialized_2" , /* optional */ true , " The serialized hash (only present if 'hash_serialized_2' hash_type is chosen)" },
1059
1059
{RPCResult::Type::STR_HEX, " muhash" , /* optional */ true , " The serialized hash (only present if 'muhash' hash_type is chosen)" },
1060
1060
{RPCResult::Type::NUM, " disk_size" , " The estimated size of the chainstate on disk" },
1061
- {RPCResult::Type::STR_AMOUNT, " total_amount" , " The total amount" },
1061
+ {RPCResult::Type::STR_AMOUNT, " total_amount" , " The total amount of coins in the UTXO set " },
1062
1062
}},
1063
1063
RPCExamples{
1064
1064
HelpExampleCli (" gettxoutsetinfo" , " " )
0 commit comments