log more if no ranked rpcs found

This commit is contained in:
Bryan Stitt 2023-11-06 10:34:15 -08:00
parent 6ce4796c94
commit dbd19d08d4

View File

@ -408,7 +408,7 @@ impl ConsensusFinder {
.web3_context("error while finding consensus head block!")?
{
None => {
warn!("no ranked rpcs found!");
warn!(?rpc, ?new_block, "no ranked rpcs found!");
return Ok(false);
}
Some(x) => x,