Browse Source

HDWallet: adds missing hd declaration

Only a problem if "use strict" is enforced
hk-custom-address
Daniel Cousens 11 years ago
parent
commit
9f798ef2c3
  1. 1
      src/hdnode.js

1
src/hdnode.js

@ -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…
Cancel
Save