Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kobayurii committed Oct 10, 2024
1 parent e69687d commit e92824a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc-server/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ async fn task_optimistic_block_status() {
loop {
// check every 2 seconds
tokio::time::sleep(std::time::Duration::from_secs(2)).await;

// When an optimistic block is not updated, or it is lower than the final block
// we need to mark that optimistic updating is not working
if crate::metrics::LATEST_BLOCK_HEIGHT_BY_FINALITIY
Expand Down

0 comments on commit e92824a

Please sign in to comment.