From 2085b05c73c3c3b51ade1795546d8944382e6655 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 5 Nov 2024 13:50:13 -0600 Subject: [PATCH] docs: Correct getwork JSON-RPC API description. --- docs/json_rpc_api.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json_rpc_api.mediawiki b/docs/json_rpc_api.mediawiki index d9cc41ecc..2e91878d9 100644 --- a/docs/json_rpc_api.mediawiki +++ b/docs/json_rpc_api.mediawiki @@ -2139,7 +2139,7 @@ of the best block. # data: (string, optional) The hex |- !Description -|Returns information about a transaction given its hash. +|Returns formatted hash data to work on or checks and submits solved data. |- !Notes |Since dcrd does not have the wallet integrated to provide payment addresses, dcrd must be configured via the --miningaddr option to provide which payment addresses to pay created blocks to for this RPC to function.