Browse Source

Fix docs for getEthashWork.

cl-refactor
Gav Wood 10 years ago
parent
commit
c979d906fd
  1. 2
      libethereum/Client.h

2
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<h256, h256, h256> getEthashWork() override;
/** @brief Submit the proof for the proof-of-work.

Loading…
Cancel
Save