log more if no ranked rpcs found
This commit is contained in:
parent
6ce4796c94
commit
dbd19d08d4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user