From f6549bc570752df9f652da8a91c209e82380131c Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 6 Feb 2014 16:25:46 -0300 Subject: [PATCH] script test fix --- test/test.Script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.Script.js b/test/test.Script.js index caee5cb63..31e8523a0 100644 --- a/test/test.Script.js +++ b/test/test.Script.js @@ -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; }); });