Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
17921152
Topic
1794852
Board
Altcoin Discussion
Re: Zerocoin implementation bug
by
almightyruler
on
21/02/2017, 00:38:07 UTC
Quote from: simonbtc on February 20, 2017, 11:16:18 PM
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?