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 400 forks source link

fixed typo error. the user needs to press enter to exit, not any key #48

Closed catalinpit closed 5 years ago

catalinpit commented 5 years ago

Solved this issue - https://github.com/cosme12/SimpleCoin/issues/23

cosme12 commented 5 years ago

Fix #23 Thanks @catalinpit !