cosme12 / SimpleCoin

Just a really simple, insecure and incomplete implementation of a blockchain for a cryptocurrency made in Python as educational material. In other words, a simple Bitcoin clone.
http://copitosystem.com
MIT License
1.78k stars 397 forks source link

validate_blockchain is not used and is a stub #41

Open HourGlss opened 5 years ago

HourGlss commented 5 years ago

Upon receiving blocks it should be validated. This should mirror what is necessary for proof of work.

HourGlss commented 5 years ago

see fix at https://github.com/Hourglss/SimpleCoin

nobody5050 commented 5 years ago

Then open a pull request @HourGlss