minor tx test change.
This commit is contained in:
parent
1e7e9a2aa7
commit
90fb650d12
@ -206,6 +206,7 @@ describe('TX', function() {
|
|||||||
if (comments === 'Duplicate inputs') {
|
if (comments === 'Duplicate inputs') {
|
||||||
it('should handle duplicate input test' + suffix + ': ' + comments, function () {
|
it('should handle duplicate input test' + suffix + ': ' + comments, function () {
|
||||||
clearCache(tx, nocache);
|
clearCache(tx, nocache);
|
||||||
|
assert.ok(tx.verify(null, true, flags));
|
||||||
assert.ok(!tx.isSane());
|
assert.ok(!tx.isSane());
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user