HDNode: remove HDNode.toString for safety

This commit is contained in:
Daniel Cousens 2016-10-13 23:22:21 +11:00 committed by Daniel Cousens
parent 8ec0ce1552
commit b14abac4a1

View file

@ -317,6 +317,4 @@ HDNode.prototype.derivePath = function (path) {
}, this)
}
HDNode.prototype.toString = HDNode.prototype.toBase58
module.exports = HDNode