blockchain_go icon indicating copy to clipboard operation
blockchain_go copied to clipboard

There is a small problem

Open Panxhang opened this issue 6 years ago • 2 comments

Hi!In the 4th part,If someone transfers money to himself,his account balance will be double。 if out.CanBeUnlockedWith(address) { unspentTXs = append(unspentTXs, *tx) } There is a “break” missing here!This statement is in the blockchain.go。 Thank you very much for your tutorial and please note this little bug~

Panxhang avatar May 11 '18 11:05 Panxhang

Yes, I just found it

stoneflying avatar May 19 '19 07:05 stoneflying