sumoprojects / sumokoin

Sumokoin - Digital Cash For Highly-Confidential Transactions
https://www.sumokoin.org
Other
131 stars 69 forks source link

[crypto] fix warnings on obscure old c code in jh.c #1145

Closed sumogr closed 4 years ago

sumogr commented 4 years ago

stole this workaround from another coin (loki) which was getting a stuck blockchain caused by inability to hash beyond a certain block due to the way this pointer part was optimized when compiled with gcc 10. We were just getting uninitialized warnings which are now gone. Synced from scratch all the way, it is fine.