Skip to content

Commit

Permalink
Merge pull request #32 from braydonf/bug/elliptic-public-key-generation
Browse files Browse the repository at this point in the history
Upgrade elliptic.js to fix a public key calculation bug. Fixes #31
  • Loading branch information
martindale committed Jan 16, 2015
2 parents 6f82ffe + ae38af1 commit 86616be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"main": "index.js",
"version": "0.1.2",
"dependencies": {
"elliptic": "^0.15.12",
"elliptic": "=1.0.0",
"hash.js": "^0.3.2",
"bs58": "^2.0.0",
"request": "^2.36.0",
Expand Down

0 comments on commit 86616be

Please sign in to comment.