check if watch_consensus_rpcs.changed has failed

i dont think it ever will, but better safe than sorry
This commit is contained in:
Bryan Stitt 2023-05-16 23:42:42 -07:00
parent c818a8fcd7
commit 1c61390ad1

View File

@ -980,7 +980,7 @@ impl Web3Rpcs {
ShouldWaitForBlock::Wait { .. } => {}
}
}
watch_consensus_rpcs.changed().await;
watch_consensus_rpcs.changed().await?;
}
}
}