leapdao / leap-sandbox

Local Leap Network / Integration Tests
3 stars 3 forks source link

fix: remove workaround for exit of spendie #71

Closed troggy closed 4 years ago

troggy commented 4 years ago

This PR removes a workaround to prevent failure of spendie exit (see https://github.com/leapdao/leap-contracts/pull/252 for details about the issue).

startExit was failing for spending condition tx and the workaround was to make an extra transfer from spendie and then exit that new UTXO (of transfer tx). Without the workaround, the test is exiting an UTXO of the spending condition tx itself.