mirror of https://github.com/status-im/EIPs.git
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:
parent
5a79c898a9
commit
ecb2efbcd1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue