@@ -958,9 +958,9 @@ static UniValue gettxoutsetinfo(const JSONRPCRequest& request)
958
958
" \n Result:\n "
959
959
" {\n "
960
960
" \" height\" :n, (numeric) The current block height (index)\n "
961
- " \" bestblock\" : \" hex\" , (string) the best block hash hex \n "
962
- " \" transactions\" : n, (numeric) The number of transactions\n "
963
- " \" txouts\" : n, (numeric) The number of output transactions \n "
961
+ " \" bestblock\" : \" hex\" , (string) The hash of the block at the tip of the chain \n "
962
+ " \" transactions\" : n, (numeric) The number of transactions with unspent outputs \n "
963
+ " \" txouts\" : n, (numeric) The number of unspent transaction outputs \n "
964
964
" \" bogosize\" : n, (numeric) A meaningless metric for UTXO set size\n "
965
965
" \" hash_serialized_2\" : \" hash\" , (string) The serialized hash\n "
966
966
" \" disk_size\" : n, (numeric) The estimated size of the chainstate on disk\n "
@@ -1003,7 +1003,7 @@ UniValue gettxout(const JSONRPCRequest& request)
1003
1003
" Note that an unspent output that is spent in the mempool won't appear.\n "
1004
1004
" \n Result:\n "
1005
1005
" {\n "
1006
- " \" bestblock\" : \" hash\" , (string) the block hash \n "
1006
+ " \" bestblock\" : \" hash\" , (string) The hash of the block at the tip of the chain \n "
1007
1007
" \" confirmations\" : n, (numeric) The number of confirmations\n "
1008
1008
" \" value\" : x.xxx, (numeric) The transaction value in " + CURRENCY_UNIT + " \n "
1009
1009
" \" scriptPubKey\" : { (json object)\n "
0 commit comments