Fix another typo
This commit is contained in:
parent
bb3064d336
commit
884cae7349
@ -229,7 +229,7 @@ describe('HDPublicKey interface', function() {
|
||||
valid.should.equal(true);
|
||||
});
|
||||
|
||||
it('validates illigal paths', function() {
|
||||
it('validates illegal paths', function() {
|
||||
var publicKey = new HDPublicKey(xpubkey);
|
||||
var valid = publicKey.isValidPath('m/-1/12');
|
||||
valid.should.equal(false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user