Merge pull request #649 from bitcoinjs/revert-648-hdmeh
Revert "HDNode: remove unnecessary this context"
This commit is contained in:
commit
3d9e228191
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ HDNode.prototype.derivePath = function (path) {
|
|||
index = parseInt(indexStr, 10)
|
||||
return prevHd.derive(index)
|
||||
}
|
||||
})
|
||||
}, this)
|
||||
}
|
||||
|
||||
HDNode.prototype.toString = HDNode.prototype.toBase58
|
||||
|
|
Loading…
Reference in a new issue