This commit is contained in:
GoodDaisy
2023-10-19 22:05:15 +00:00
parent c6583bb5fa
commit 90f78d141f
12 changed files with 16 additions and 16 deletions

View File

@@ -99,7 +99,7 @@ pub async fn broadcast_address_changes<T: BeaconChainTypes>(
messages: vec![pubsub_message],
};
// It seems highly unlikely that this unbounded send will fail, but
// we handle the result nontheless.
// we handle the result nonetheless.
if let Err(e) = network_send.send(message) {
debug!(
log,