|
|
@ -93,7 +93,6 @@ describe(`Psbt`, () => { |
|
|
|
assert.strictEqual(psbt.toBase64(), f.result) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
fixtures.bip174.signer.forEach(f => { |
|
|
|
it('Signs PSBT to the expected result', () => { |
|
|
@ -163,6 +162,7 @@ describe(`Psbt`, () => { |
|
|
|
assert.strictEqual(fr1, fr2) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
describe('signInputAsync', () => { |
|
|
|
fixtures.signInput.checks.forEach(f => { |
|
|
@ -505,4 +505,3 @@ describe(`Psbt`, () => { |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|