Skip to content

Commit

Permalink
Redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Dec 19, 2024
1 parent 196bb16 commit 1c0162c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ciphernode/net/src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ pub enum NetworkPeerCommand {
pub enum NetworkPeerEvent {
GossipData(Vec<u8>),
GossipPublishError {
// TODO: return an error here? DialError is not Clonable so we have
// avoided passing it on
correlation_id: CorrelationId,
error: Arc<PublishError>,
},
Expand Down

0 comments on commit 1c0162c

Please sign in to comment.