mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 10:56:47 +00:00
rpcserver: Undeprecate getwork
Unlike Bitcoin, the getwork JSON-RPC is not deprecated in Decred. Remove this language from the command help.
This commit is contained in:
parent
e40b33a2b1
commit
e189ec47ba
@ -689,7 +689,7 @@ var helpDescsEnUS = map[string]string{
|
||||
"getworkresult-target": "Hex-encoded little-endian hash target",
|
||||
|
||||
// GetWorkCmd help.
|
||||
"getwork--synopsis": "(DEPRECATED - Use getblocktemplate instead) Returns formatted hash data to work on or checks and submits solved data.",
|
||||
"getwork--synopsis": "Returns formatted hash data to work on or checks and submits solved data.",
|
||||
"getwork-data": "Hex-encoded data to check",
|
||||
"getwork--condition0": "no data provided",
|
||||
"getwork--condition1": "data provided",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user