Skip to content

Commit

Permalink
fix(collation-manager): update mc_block_latest_chain_time when it cal…
Browse files Browse the repository at this point in the history
…culated
  • Loading branch information
SmaGMan committed Jul 27, 2024
1 parent 69a1df1 commit e8a924a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collator/src/manager/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,7 @@ where
will collate next master block with chain time {}ms",
mc_block_min_interval_ms, max_first_chain_time_that_elapsed,
);
chain_times_guard.mc_block_latest_chain_time = max_first_chain_time_that_elapsed;
return (
should_collate_mc_block,
Some(max_first_chain_time_that_elapsed),
Expand Down

0 comments on commit e8a924a

Please sign in to comment.