ECKey: remove extraneous toString
This commit is contained in:
parent
776656df8b
commit
27f58b539e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ describe('ECKey', function() {
|
||||||
var d = new BigInteger(f.d)
|
var d = new BigInteger(f.d)
|
||||||
var privKey = new ECKey(d)
|
var privKey = new ECKey(d)
|
||||||
|
|
||||||
assert.equal(privKey.pub.Q.toString(), f.Q.toString())
|
assert.equal(privKey.pub.Q.toString(), f.Q)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue