feat(traverse): Decode Conway block headers properly (#466)

This commit is contained in:
Andrew Westberg 2024-05-24 16:25:24 -04:00 committed by GitHub
parent 69de222dbe
commit 0c36f3803e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 31 additions and 31 deletions

View file

@ -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();