From b3e6bd6161d66f67655af2e7536b92db882a48f7 Mon Sep 17 00:00:00 2001 From: Calvin Kim Date: Thu, 15 Jul 2021 16:01:20 +0900 Subject: [PATCH] rpcserverhelp: Remove extra period for gettxout--synopsis --- rpcserverhelp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcserverhelp.go b/rpcserverhelp.go index 654fee0169..570b5b0500 100644 --- a/rpcserverhelp.go +++ b/rpcserverhelp.go @@ -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",