test: minor lint

This commit is contained in:
Matthew Zipkin 2022-03-07 16:13:20 -05:00
parent 888228a509
commit cc8964b278
No known key found for this signature in database
GPG key ID: E7E2984B6289C93A

View file

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