mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 23:16:52 +00:00
checkpoint
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user