Browse Source

HDNode: removed unused variable

hk-custom-address
Daniel Cousens 11 years ago
parent
commit
15cc03a57f
  1. 2
      src/hdnode.js

2
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'))
}

Loading…
Cancel
Save