Automatically merged updates to draft EIP(s) 918

Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
This commit is contained in:
Jay Logelin 2018-05-22 15:13:31 -03:00 committed by EIP Automerge Bot
parent 5a79c898a9
commit ecb2efbcd1
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ function merge(uint256 nonce, address[] mineTokens) public returns (bool success
Public interface function hash, meant to be overridden in implementation to define hashing algorithm and validation. Returns the validated digest
``` js
function _hash(uint256 nonce) public returns (bytes32 digest);
function hash(uint256 nonce) public returns (bytes32 digest);
```
#### \_reward