Skip to content

Commit

Permalink
rpcserverhelp: Remove extra period for gettxout--synopsis
Browse files Browse the repository at this point in the history
  • Loading branch information
kcalvinalvin authored and jcvernaleo committed Jul 27, 2021
1 parent 86a1726 commit b3e6bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcserverhelp.go
Expand Up @@ -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",
Expand Down

0 comments on commit b3e6bd6

Please sign in to comment.