Browse Source

Merge branch 'master' of github.com:ethereum/ethash

cl-refactor
Gav Wood 10 years ago
parent
commit
c33972f4a0
  1. 2
      ethash.h

2
ethash.h

@ -81,7 +81,7 @@ static inline int ethash_check_difficulty(
if (hash[i] == difficulty[i]) continue;
return hash[i] < difficulty[i];
}
return 0;
return 1;
}
int ethash_quick_check_difficulty(

Loading…
Cancel
Save