Update log_entry_fetcher.rs

This commit is contained in:
Fallengirl 2025-02-19 10:13:51 +01:00 committed by GitHub
parent 4460bcfe7c
commit 03e071a676
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -673,7 +673,7 @@ async fn check_watch_process(
} }
} else { } else {
warn!( warn!(
"get block hash for block {} from RPC, assume there is no org", "get block hash for block {} from RPC, assume there is no reorg",
*progress - 1 *progress - 1
); );
let hash = loop { let hash = loop {