From c979d906fd89369e186713fadaf6a07682b6f0bb Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 24 Jul 2015 17:22:41 +0200 Subject: [PATCH] Fix docs for getEthashWork. --- libethereum/Client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libethereum/Client.h b/libethereum/Client.h index f4550efd1..630898b20 100644 --- a/libethereum/Client.h +++ b/libethereum/Client.h @@ -394,7 +394,7 @@ public: /// Update to the latest transactions and get hash of the current block to be mined minus the /// nonce (the 'work hash') and the difficulty to be met. - /// @returns Tuple of target boundary, hash without seal, seed hash. + /// @returns Tuple of hash without seal, seed hash, target boundary. virtual std::tuple getEthashWork() override; /** @brief Submit the proof for the proof-of-work.