mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 05:14:35 +00:00
fix typos (#4838)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user