Skip to content

Commit c32caaa

Browse files
committed
Update liquidity logging.
1 parent 008878b commit c32caaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cadence/tests/forked_btc_daily_test.cdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ fun runDailySimulation(
472472
// Liquidation occurs when effectiveHF < 1.0 (check pre-rebalance)
473473
if preRebalanceHF < 1.0 && preRebalanceHF > 0.0 {
474474
liquidationCount = liquidationCount + 1
475-
log(" *** LIQUIDATION agent=\(a) on day \(day) (\(dates[day]))! HF=\(preRebalanceHF) ***")
475+
log(" *** LIQUIDATION agent=\(a) on day \(day) (\(dates[day]))! HF=\(preRebalanceHF) price=\(absolutePrice) previousPrice=\(previousBTCPrice)***")
476476
}
477477
a = a + 1
478478
}

0 commit comments

Comments
 (0)