HDNode: removed unused variable
This commit is contained in:
parent
9f798ef2c3
commit
15cc03a57f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue