Skip to content

Commit

Permalink
fix OnAcknowledgementPacket
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin committed Oct 8, 2024
1 parent 4f017dd commit aa2832f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions x/hub-genesis/keeper/ibc_module.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ func (w IBCModule) OnAcknowledgementPacket(
return errors.New("acknowledgement failed for genesis transfer")
}

err = w.IBCModule.OnAcknowledgementPacket(ctx, packet, acknowledgement, relayer)
if err != nil {
return err
}

w.k.enableBridge(ctx, state)
ctx.EventManager().EmitEvent(sdk.NewEvent(types.EventTypeOutboundTransfersEnabled))
w.logger(ctx).Info("genesis bridge phase completed successfully")
Expand Down

0 comments on commit aa2832f

Please sign in to comment.