chore: fix lint warnings (#470)
This commit is contained in:
parent
46197734a2
commit
ab2c503d00
3 changed files with 6 additions and 3 deletions
|
|
@ -78,7 +78,8 @@ async fn do_chainsync(
|
|||
tracing::info!("epoch boundary");
|
||||
None
|
||||
}
|
||||
MultiEraHeader::ShelleyCompatible(_) | MultiEraHeader::BabbageCompatible(_) => {
|
||||
MultiEraHeader::ShelleyCompatible(_)
|
||||
| MultiEraHeader::BabbageCompatible(_) => {
|
||||
if next_log.elapsed().as_secs() > 1 {
|
||||
tracing::info!("chainsync block header: {}", number);
|
||||
next_log = Instant::now();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue