Skip to content

Commit

Permalink
Update protocols/gossipsub/src/types.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning authored Nov 30, 2023
1 parent b08a4eb commit bf76c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/gossipsub/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ impl RpcSender {
}
self.priority
.try_send(RpcOut::Publish(message.clone()))
.expect("Channel is unbounded and Should always be open");
.expect("Channel is unbounded and should always be open");
self.len.fetch_add(1, Ordering::Relaxed);

if let Some(m) = metrics {
Expand Down

0 comments on commit bf76c6f

Please sign in to comment.