()
| 318 | |
| 319 | describe('change output management', () => { |
| 320 | const carolUnlocker = (): ReturnType<typeof p2pkhInstance.unlock.spend> => ( |
| 321 | p2pkhInstance.unlock.spend(carolPub, new SignatureTemplate(carolPriv)) |
| 322 | ); |
| 323 | |
| 324 | describe('BCH change lock', () => { |
| 325 | it('should prevent further inputs or outputs after a BCH change output was added', () => { |
no outgoing calls
no test coverage detected