Merge pull request #648 from bitcoinjs/hdmeh

HDNode: remove unnecessary this context
This commit is contained in:
Daniel Cousens 2016-10-06 16:20:44 +11:00 committed by GitHub
commit 2bd708c4a5

View file

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