From 90fb650d1250fcda361dea2ada113bc4639664f4 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 19 Apr 2016 07:46:57 -0700 Subject: [PATCH] minor tx test change. --- test/tx-test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tx-test.js b/test/tx-test.js index 983a48f0..ea1fdc9d 100644 --- a/test/tx-test.js +++ b/test/tx-test.js @@ -206,6 +206,7 @@ describe('TX', function() { if (comments === 'Duplicate inputs') { it('should handle duplicate input test' + suffix + ': ' + comments, function () { clearCache(tx, nocache); + assert.ok(tx.verify(null, true, flags)); assert.ok(!tx.isSane()); }); return;