Skip to content

Commit bf76c6f

Browse files
authored
Update protocols/gossipsub/src/types.rs
1 parent b08a4eb commit bf76c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocols/gossipsub/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ impl RpcSender {
592592
}
593593
self.priority
594594
.try_send(RpcOut::Publish(message.clone()))
595-
.expect("Channel is unbounded and Should always be open");
595+
.expect("Channel is unbounded and should always be open");
596596
self.len.fetch_add(1, Ordering::Relaxed);
597597

598598
if let Some(m) = metrics {

0 commit comments

Comments
 (0)