Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
remove teleporter message id return
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lam committed Mar 19, 2024
1 parent 0a86307 commit c837bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/flows/native_source_erc20_destination.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func NativeSourceERC20Destination(network interfaces.Network) {
}

// Send tokens on subnet B back for native tokens on subnet A
receipt, teleporterMessageID, bridgedAmount = utils.SendERC20Destination(
receipt, bridgedAmount = utils.SendERC20Destination(
ctx,
subnetBInfo,
erc20Destination,
Expand Down

0 comments on commit c837bcb

Please sign in to comment.