Skip to content

Commit

Permalink
Update anchor/network/src/network.rs
Browse files Browse the repository at this point in the history
Co-authored-by: João Oliveira <hello@jxs.pt>
  • Loading branch information
diegomrsantos and jxs authored Dec 16, 2024
1 parent c918ff5 commit 902c535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anchor/network/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl Network {
// TODO handle gossipsub events
},
// TODO handle other behaviour events
_ => todo!()
_ => {}
},
// TODO handle other swarm events
_ => todo!()
Expand Down

0 comments on commit 902c535

Please sign in to comment.