Skip to content

Commit

Permalink
generate files
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Aug 19, 2024
1 parent d006585 commit fd6548b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/e2etests/test_crosschain_swap.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ func TestCrosschainSwap(r *runner.E2ERunner, _ []string) {

amount := 0.1
utxos, err = r.ListDeployerUTXOs()
require.NoError(r, err)
txid, err := r.SendToTSSFromDeployerWithMemo(amount, utxos[0:1], memo)
require.NoError(r, err)

Expand Down

0 comments on commit fd6548b

Please sign in to comment.