HDWallet: adds missing hd declaration

Only a problem if "use strict" is enforced
This commit is contained in:
Daniel Cousens 2014-06-03 21:01:16 +10:00
parent 6a73bc02f5
commit 9f798ef2c3

View file

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