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.