checkpoint

This commit is contained in:
Hardhat Chad
2025-10-03 09:44:10 -07:00
parent a2bd407902
commit 81f882674e
3 changed files with 7 additions and 6 deletions

View File

@@ -351,7 +351,7 @@ async fn checkpoint_all(
);
// If we are in fee collection period, checkpoint the miner.
if clock.slot >= expires_at - ONE_DAY_SLOTS {
if clock.slot >= expires_at - TWELVE_HOURS_SLOTS {
ixs.push(ore_api::sdk::checkpoint(
payer.pubkey(),
miner.authority,