rpcserverhelp: Remove extra period for gettxout--synopsis

This commit is contained in:
Calvin Kim 2021-07-15 16:01:20 +09:00 committed by Roy Lee
parent 40fe74adb8
commit 9d3279f215

View file

@ -528,7 +528,7 @@ var helpDescsEnUS = map[string]string{
"gettxoutresult-coinbase": "Whether or not the transaction is a coinbase",
// GetTxOutCmd help.
"gettxout--synopsis": "Returns information about an unspent transaction output..",
"gettxout--synopsis": "Returns information about an unspent transaction output.",
"gettxout-txid": "The hash of the transaction",
"gettxout-vout": "The index of the output",
"gettxout-includemempool": "Include the mempool when true",