script test fix

This commit is contained in:
Manuel Araoz 2014-02-06 16:25:46 -03:00
parent 262a5d7189
commit f6549bc570
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ describe('Script', function() {
it('isP2SH should work', function() {
var addr = new Address('1J57QmkaQ6JohJoQyaUJwngJ2vTQ3C6gHi');
var script = Script.createPubKeyHashOut(addr.payload());
script.isP2SH.bind(script).should.not.throw(Error);
script.isP2SH().should.be.false;
});
});