rpcserverhelp: Remove extra period for gettxout--synopsis

This commit is contained in:
Calvin Kim 2021-07-15 16:01:20 +09:00 committed by John C. Vernaleo
parent 86a17263b0
commit b3e6bd6161
1 changed files with 1 additions and 1 deletions

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",