guerrerocarlos / bitcoin-miner

Super-slow yet very educative Bitcoin miner in Javascript/NodeJS
MIT License
251 stars 35 forks source link

Fix `ver/version` variable name #2

Closed unitof closed 6 years ago

unitof commented 6 years ago

Otherwise you get ReferenceError: ver is not defined

unitof commented 6 years ago

I don't know what's up with the Get block hash test. I think that hash it's supposed to deepEqual may just be out of date? I believe that's the only reason it fails travis-ci.

unitof commented 6 years ago

@unitof My bad, duh, fixed.