Skip to content

Commit

Permalink
Merge pull request #649 from bitcoinjs/revert-648-hdmeh
Browse files Browse the repository at this point in the history
Revert "HDNode: remove unnecessary this context"
  • Loading branch information
dcousens authored Oct 6, 2016
2 parents a4afc7f + 0e08a9b commit 3d9e228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdnode.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ HDNode.prototype.derivePath = function (path) {
index = parseInt(indexStr, 10)
return prevHd.derive(index)
}
})
}, this)
}

HDNode.prototype.toString = HDNode.prototype.toBase58
Expand Down

0 comments on commit 3d9e228

Please sign in to comment.