Skip to content

Commit

Permalink
more debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
luckychess committed Nov 28, 2024
1 parent aae2a18 commit 9c48992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/gmp/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func (k Keeper) BindPort(ctx sdk.Context, portID string) error {

// GetPort returns the portID for the IBC app module. Used in ExportGenesis
func (k Keeper) GetPort(ctx sdk.Context) string {
ctx.Logger().Info(fmt.Sprintf("store key: %+v", k.storeKey))
store := ctx.KVStore(k.storeKey)
return string(store.Get(types.PortKey))
}
Expand Down

0 comments on commit 9c48992

Please sign in to comment.