diff --git a/x/cdp/abci.go b/x/cdp/abci.go index 1207c8bc..92781fa0 100644 --- a/x/cdp/abci.go +++ b/x/cdp/abci.go @@ -25,7 +25,6 @@ func BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock, k Keeper) { err := k.UpdateFeesForAllCdps(ctx, cp.Denom) // handle if an error is returned then propagate up - // TODO: panic here probably for mainnet (optional: have a bool that says panic or no) if err != nil { ctx.EventManager().EmitEvent( sdk.NewEvent(