Fix typo in tests

This commit is contained in:
Alex Beregszaszi 2016-03-07 22:35:27 +00:00
parent 6dfeb2d818
commit c9a1d31c98

View File

@ -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 () {