Post
Topic
Board Announcements (Altcoins)
Re: Official Anoncoin chat thread (including history)
by
robinson5
on 29/10/2014, 17:15:12 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




Thank you so much thunderjet and GroundRod for looking over the code! Hopefully the two errors in the code you pointed out will solve the transaction issues and cryptsy will allow anc deposits and withdrawals again.  But why is our code based off of 0.8.5 instead of the more updated 0.9.3?