robinmonjo / coincoin

Blockchain based cryptocurrency proof-of-concept in Elixir. Feedback welcome
402 stars 54 forks source link

Nonce typo #24

Closed dmlittle closed 6 years ago

dmlittle commented 6 years ago

nounce should be spelled nonce. Unfortunately it's not only in the documentation but also in the code base as part of the Blockchain.Difficulty and Blockchain.Block structs. I can put a PR renaming it but wanted to open an issue first.

robinmonjo commented 6 years ago

Wahou thank you very much for the issue ! This is embarrassing, I could have lived all my life thinking it's a "nounce" 😂.

Fixed it 😊