diff --git a/test/sighash-test.js b/test/sighash-test.js index 2d54a519..2cb36ea7 100644 --- a/test/sighash-test.js +++ b/test/sighash-test.js @@ -299,6 +299,7 @@ describe('Signature Hashes', function () { assert.bufferEqual(sighash1, sighash2); }); + it('signature is valid for any sequence', () => { const mtx = new MTX(); mtx.addOutput(receives[0], 70000);