This commit is contained in:
Yemel Jardi 2015-01-02 18:03:40 -03:00
parent 2aa5c65945
commit bb3064d336
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ describe('HDPrivate key interface', function() {
valid.should.equal(true);
});
it('validates illigal paths', function() {
it('validates illegal paths', function() {
var privateKey = new HDPrivateKey(xprivkey);
var valid = privateKey.isValidPath('m/-1/12');
valid.should.equal(false);