HDWallet: adds missing hd declaration
Only a problem if "use strict" is enforced
This commit is contained in:
parent
6a73bc02f5
commit
9f798ef2c3
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ HDNode.prototype.derive = function(index) {
|
|||
}
|
||||
|
||||
// Private parent key -> private child key
|
||||
var hd
|
||||
if (this.privKey) {
|
||||
// ki = parse256(IL) + kpar (mod n)
|
||||
var ki = pIL.add(this.privKey.D).mod(ecparams.getN())
|
||||
|
|
Loading…
Add table
Reference in a new issue