Merge pull request #32 from braydonf/bug/elliptic-public-key-generation

Upgrade elliptic.js to fix a public key calculation bug. Fixes #31
This commit is contained in:
Eric Martindale 2015-01-15 20:09:46 -05:00
commit 86616beab3
1 changed files with 1 additions and 1 deletions

View File

@ -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",