types: remove unused UInt2, BIP32 is capitals

This commit is contained in:
Daniel Cousens 2016-10-10 13:29:43 +11:00 committed by Daniel Cousens
parent 3504ccfa3c
commit 9f1ebf72a6
2 changed files with 7 additions and 10 deletions

View file

@ -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') {