Browse Source

Revert "HDNode: remove unnecessary this context"

hk-custom-address
Daniel Cousens 8 years ago
committed by GitHub
parent
commit
0e08a9b0ce
  1. 2
      src/hdnode.js

2
src/hdnode.js

@ -314,7 +314,7 @@ HDNode.prototype.derivePath = function (path) {
index = parseInt(indexStr, 10) index = parseInt(indexStr, 10)
return prevHd.derive(index) return prevHd.derive(index)
} }
}) }, this)
} }
HDNode.prototype.toString = HDNode.prototype.toBase58 HDNode.prototype.toString = HDNode.prototype.toBase58

Loading…
Cancel
Save