Skip to content

Commit

Permalink
Transfer back to a different address (funglible token transfer)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Oct 3, 2024
1 parent 77949e6 commit b2e1259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/ibc_transfer_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (s *IBCTransferTestSuite) Test2IBCTransferBack() {
bbnChainA := s.configurer.GetChainConfig(0)
bbnChainB := s.configurer.GetChainConfig(1)

babylonNodeA, err := bbnChainA.GetNodeAtIndex(2)
babylonNodeA, err := bbnChainA.GetNodeAtIndex(1)
s.NoError(err)
babylonNodeB, err := bbnChainB.GetNodeAtIndex(2)
s.NoError(err)
Expand Down

0 comments on commit b2e1259

Please sign in to comment.