2548@@ -2547,6 +2549,8 @@ static RPCHelpMan dumptxoutset()
2549 {RPCResult::Type::STR_HEX, "base_hash", "the hash of the base of the snapshot"},
2550 {RPCResult::Type::NUM, "base_height", "the height of the base of the snapshot"},
2551 {RPCResult::Type::STR, "path", "the absolute path that the snapshot was written to"},
2552+ {RPCResult::Type::STR_HEX, "txoutset_hash", "the hash of the UTXO set contents"},
2553+ {RPCResult::Type::NUM, "nchaintx", "the nchaintx value for the base block"},
nit, could explain what “nchaintx value” means instead:
0 {RPCResult::Type::NUM, "num_chain_txs", "the number of transactions in the chain of the base block"},