feat(traverse): Decode Conway block headers properly (#466)
This commit is contained in:
parent
69de222dbe
commit
0c36f3803e
5 changed files with 31 additions and 31 deletions
|
|
@ -78,7 +78,7 @@ async fn do_chainsync(
|
|||
tracing::info!("epoch boundary");
|
||||
None
|
||||
}
|
||||
MultiEraHeader::AlonzoCompatible(_) | MultiEraHeader::Babbage(_) => {
|
||||
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