HDNode: removed unused variable
This commit is contained in:
parent
9f798ef2c3
commit
15cc03a57f
@ -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…
Reference in New Issue
Block a user