missing BIP32_PRIME definition in bip32 tests.
This commit is contained in:
parent
14803d0538
commit
f9cbcbeb2b
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ var BIP32key = require('..').BIP32key;
|
|||
var hexToBytes = require('../').convert.hexToBytes;
|
||||
var bytesToString = require('../').convert.bytesToString;
|
||||
|
||||
var BIP32_PRIME = 0x80000000;
|
||||
|
||||
function checkKey(key, extPriv, extPub) {
|
||||
assert.equal(key.serialize(), extPriv);
|
||||
assert.equal(key.getPub().serialize(), extPub);
|
||||
|
|
Loading…
Add table
Reference in a new issue