|
|
@ -332,7 +332,7 @@ bool ethash_light_compute_internal( |
|
|
|
ethash_return_value_t* ret, |
|
|
|
ethash_light_t light, |
|
|
|
uint64_t full_size, |
|
|
|
const ethash_h256_t header_hash, |
|
|
|
ethash_h256_t const header_hash, |
|
|
|
uint64_t nonce |
|
|
|
) |
|
|
|
{ |
|
|
@ -349,7 +349,7 @@ bool ethash_light_compute_internal( |
|
|
|
|
|
|
|
ethash_return_value_t ethash_light_compute( |
|
|
|
ethash_light_t light, |
|
|
|
const ethash_h256_t header_hash, |
|
|
|
ethash_h256_t const header_hash, |
|
|
|
uint64_t const nonce |
|
|
|
) |
|
|
|
{ |
|
|
|