Post
Topic
Board Announcements (Altcoins)
Re: Official Anoncoin chat thread (including history)
by
thunderjet
on 29/10/2014, 14:20:43 UTC
One more thing about 0.8.5 bug. In wallet.cpp after line 745 (AddSupportingTransactions part) you should add 3 more lines:

else
                {
                    continue;



because if there was no else continue statement it can stores empty transaction,but else continue will prevent invalid vtxPrev coming in the wallet and already existing empty transactions from transmitting.

Consequently it will protect nodes from being banned