mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 19:06:51 +00:00
rpcserver: Correct getblockheader result text.
The getblockheader RPC with a verbose parameter of false returns the serialized header not its hash.
This commit is contained in:
parent
5f7cd6c46b
commit
621362ea8b
@ -315,7 +315,7 @@ var helpDescsEnUS = map[string]string{
|
||||
"getblockheader-verbose": "Specifies the block header is returned as a JSON object instead of hex-encoded string",
|
||||
"getblockheader--condition0": "verbose=false",
|
||||
"getblockheader--condition1": "verbose=true",
|
||||
"getblockheader--result0": "The block header hash",
|
||||
"getblockheader--result0": "The serialized block header.",
|
||||
|
||||
// GetBlockHeaderVerboseResult help.
|
||||
"getblockheaderverboseresult-hash": "The hash of the block (same as provided)",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user