Skip to content

Commit

Permalink
fix: attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jan 15, 2025
1 parent fc80186 commit cfec36a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2e/interchaintestv8/multichain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,10 @@ func (s *MultichainTestSuite) TestTransferEthToCosmosToCosmos_Groth16() {
timeout := uint64(time.Now().Add(30 * time.Minute).Unix())

transferPayload := ics20lib.ICS20LibFungibleTokenPacketData{
Denom: denomOnSimdA.IBCDenom(),
// Denom: denomOnSimdA.IBCDenom(),
// BUG: Allowing user to choose the above is a bug in ibc-go
// https://github.com/cosmos/ibc-go/issues/7848
Denom: denomOnSimdA.Path(),
Amount: transferAmount,
Sender: simdAUser.FormattedAddress(),
Receiver: simdBUser.FormattedAddress(),
Expand Down

0 comments on commit cfec36a

Please sign in to comment.