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:
Josh Rickmar 2019-02-22 16:29:29 +00:00 committed by Dave Collins
parent e40b33a2b1
commit e189ec47ba

View File

@ -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",