From 7efee6d5361c10003e30951af8c8faa29402a55d Mon Sep 17 00:00:00 2001 From: Levi Schoen Date: Fri, 2 Feb 2024 11:16:35 -1000 Subject: [PATCH] ensure pricefeed is updated every x/cdp begin blocker (#1819) --- x/cdp/abci.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/cdp/abci.go b/x/cdp/abci.go index 694c7f0b..a982a10b 100644 --- a/x/cdp/abci.go +++ b/x/cdp/abci.go @@ -42,7 +42,7 @@ func BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock, k keeper.Keeper) if skipSyncronizeAndLiquidations { ctx.Logger().Debug(fmt.Sprintf("skipping x/cdp SynchronizeInterestForRiskyCDPs and LiquidateCdps for %s", cp.Type)) - return + continue } ctx.Logger().Debug(fmt.Sprintf("running x/cdp SynchronizeInterestForRiskyCDPs and LiquidateCdps for %s", cp.Type))