diff --git a/protocol/x/clob/abci.go b/protocol/x/clob/abci.go index 842eba53c85..66b391660dd 100644 --- a/protocol/x/clob/abci.go +++ b/protocol/x/clob/abci.go @@ -220,11 +220,11 @@ func PrepareCheckState( } // 6. Get all potentially liquidatable subaccount IDs and attempt to liquidate them. - liquidatableSubaccountIds := keeper.DaemonLiquidationInfo.GetLiquidatableSubaccountIds() - _, err := keeper.LiquidateSubaccountsAgainstOrderbook(ctx, liquidatableSubaccountIds) - if err != nil { - panic(err) - } + // liquidatableSubaccountIds := keeper.DaemonLiquidationInfo.GetLiquidatableSubaccountIds() + // _, err := keeper.LiquidateSubaccountsAgainstOrderbook(ctx, liquidatableSubaccountIds) + // if err != nil { + // panic(err) + // } // Add subaccounts with open positions in final settlement markets to the slice of subaccounts/perps // to be deleveraged.