diff --git a/src/hdnode.js b/src/hdnode.js index 158df49..005b206 100644 --- a/src/hdnode.js +++ b/src/hdnode.js @@ -132,7 +132,7 @@ HDNode.fromBuffer = function(buffer) { return hd } -HDNode.fromHex = function(hex, isPrivate) { +HDNode.fromHex = function(hex) { return HDNode.fromBuffer(new Buffer(hex, 'hex')) }