check if watch_consensus_rpcs.changed has failed
i dont think it ever will, but better safe than sorry
This commit is contained in:
parent
c818a8fcd7
commit
1c61390ad1
@ -980,7 +980,7 @@ impl Web3Rpcs {
|
||||
ShouldWaitForBlock::Wait { .. } => {}
|
||||
}
|
||||
}
|
||||
watch_consensus_rpcs.changed().await;
|
||||
watch_consensus_rpcs.changed().await?;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user