Post
Topic
Board Altcoin Discussion
Re: Zerocoin implementation bug
by
almightyruler
on 21/02/2017, 00:38:07 UTC
There's also an equality vs assignment bug which impacts how the wallet tracks (or doesn't correctly track?) serial numbers of spent private coins:

https://makebitcoingreatagain.wordpress.com/2017/02/18/is-the-zcoin-bug-in-checktransaction/#update4


zccoinSpend.denomination == libzerocoin::ZQ_LOVELACE;

Ouch. Another bit of dead code that would have been completely ignored by the compiler. I wonder if it emits a warning that the code doesn't actually do anything?