BytomDAO / bytom

Official Go implementation of the Bytom protocol
https://bytomdao.org
GNU Affero General Public License v3.0
1.28k stars 360 forks source link

maxNonce's comment is wrong #458

Closed rainsun closed 6 years ago

rainsun commented 6 years ago

https://github.com/Bytom/bytom/blob/357979c600b703bce31fe9997b07db49d8f2f23b/mining/cpuminer/cpuminer.go#L22

this should be 2^64-1

wliyongfeng commented 6 years ago

fixed https://github.com/Bytom/bytom/pull/491