Skip to content

Commit

Permalink
Update RPC server help
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacia committed Apr 26, 2020
1 parent 48d5fcd commit c1d44d5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions rpcserverhelp.go
Expand Up @@ -292,12 +292,13 @@ var helpDescsEnUS = map[string]string{
"templaterequest-workid": "The server provided workid if provided in block template (not applicable)",

// GetBlockTemplateResultTx help.
"getblocktemplateresulttx-data": "Hex-encoded transaction data (byte-for-byte)",
"getblocktemplateresulttx-hash": "Hex-encoded transaction hash (little endian if treated as a 256-bit number)",
"getblocktemplateresulttx-depends": "Other transactions before this one (by 1-based index in the 'transactions' list) that must be present in the final block if this one is",
"getblocktemplateresulttx-fee": "Difference in value between transaction inputs and outputs (in Satoshi)",
"getblocktemplateresulttx-sigops": "Total number of signature operations as counted for purposes of block limits",
"getblocktemplateresulttx-size": "The size of the transaction",
"getblocktemplateresulttx-data": "Hex-encoded transaction data (byte-for-byte)",
"getblocktemplateresulttx-hash": "Hex-encoded transaction hash (little endian if treated as a 256-bit number)",
"getblocktemplateresulttx-depends": "Other transactions before this one (by 1-based index in the 'transactions' list) that must be present in the final block if this one is",
"getblocktemplateresulttx-fee": "Difference in value between transaction inputs and outputs (in Satoshi)",
"getblocktemplateresulttx-sigops": "Total number of signature operations as counted for purposes of block limits",
"getblocktemplateresulttx-sigchecks": "Total number of signature checks as counted for purposes of block limits",
"getblocktemplateresulttx-size": "The size of the transaction",

// GetBlockTemplateResultAux help.
"getblocktemplateresultaux-flags": "Hex-encoded byte-for-byte data to include in the coinbase signature script",
Expand Down

0 comments on commit c1d44d5

Please sign in to comment.