From ae38af135c5dceb2023b222206c627f924ef42df Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 6 Jan 2015 20:11:59 -0500 Subject: [PATCH] Upgrade elliptic.js to fix public key calculation bug. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 103df01..98d4456 100644 --- a/package.json +++ b/package.json @@ -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",