From c9a1d31c984a5b6090c66031d7322d7a3f5279bc Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 7 Mar 2016 22:35:27 +0000 Subject: [PATCH] Fix typo in tests --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index 93dcde5..5d89d9b 100644 --- a/test/index.js +++ b/test/index.js @@ -2,7 +2,7 @@ var assert = require('assert') var Wallet = require('../') var fixturekey = new Buffer('efca4cdd31923b50f4214af5d2ae10e7ac45a5019e9431cc195482d707485378', 'hex') -var fixturewallet = new Wallet.fromPrivateKey(fixturekey) +var fixturewallet = Wallet.fromPrivateKey(fixturekey) describe('.getPrivateKey()', function () { it('should work', function () {