types: remove unused UInt2, BIP32 is capitals
This commit is contained in:
parent
3504ccfa3c
commit
9f1ebf72a6
2 changed files with 7 additions and 10 deletions
src
|
@ -294,7 +294,7 @@ HDNode.prototype.isNeutered = function () {
|
|||
}
|
||||
|
||||
HDNode.prototype.derivePath = function (path) {
|
||||
typeforce(types.Bip32Path, path)
|
||||
typeforce(types.BIP32Path, path)
|
||||
|
||||
var splitPath = path.split('/')
|
||||
if (splitPath[0] === 'm') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue