minor tx test change.

This commit is contained in:
Christopher Jeffrey 2016-04-19 07:46:57 -07:00
parent 1e7e9a2aa7
commit 90fb650d12
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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;