rpcserver: Remove unused help entry.

This removes the gettxoutresult-version key from the RPC server help map
since the field no longer exists in the actual output and is therefore
no longer used.
This commit is contained in:
Dave Collins 2021-05-07 12:17:16 -05:00
parent f993444a0c
commit 110bd6e15d
No known key found for this signature in database
GPG Key ID: B8904D9D9C93D1F2

View File

@ -684,7 +684,6 @@ var helpDescsEnUS = map[string]string{
"gettxoutresult-confirmations": "The number of confirmations",
"gettxoutresult-value": "The transaction amount in DCR",
"gettxoutresult-scriptPubKey": "The public key script used to pay coins as a JSON object",
"gettxoutresult-version": "The transaction version",
"gettxoutresult-coinbase": "Whether or not the transaction is a coinbase",
// GetTxOutCmd help.