fix params
This commit is contained in:
parent
b1b8a44a7d
commit
8b42f8508b
2 changed files with 9 additions and 4 deletions
|
|
@ -101,6 +101,11 @@ describe('PublicKeyRing model', function() {
|
|||
a.isValid().should.equal(true);
|
||||
a.isScript().should.equal(true);
|
||||
a.network().name.should.equal('livenet');
|
||||
|
||||
if (i>1) {
|
||||
w.getAddress(i-1,isChange).should
|
||||
.not.equal(w.getAddress(i-2,isChange));
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue