Skip to content

Commit

Permalink
docs(testing/simapp): fixed icacontroller inline stack documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Aug 16, 2023
1 parent b753cf4 commit 1ed8f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/callbacks/testing/simapp/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ func NewSimApp(

// Create Interchain Accounts Stack
// SendPacket, since it is originating from the application to core IBC:
// icaAuthModuleKeeper.SendTx -> callbacks.SendPacket -> fee.SendPacket -> channel.SendPacket
// icaControllerKeeper.SendTx -> callbacks.SendPacket -> fee.SendPacket -> channel.SendPacket

// initialize ICA module with mock module as the authentication module on the controller side
var icaControllerStack porttypes.IBCModule
Expand Down

0 comments on commit 1ed8f2c

Please sign in to comment.