Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ppca committed Oct 15, 2024
1 parent 9a1be15 commit f42701d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain-signatures/node/src/indexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ impl Indexer {
self.latest_block_height().await
< network_latest_height - self.block_height_lag_threshold
} else {
false
true
}
}

Expand Down

0 comments on commit f42701d

Please sign in to comment.