Skip to content

Commit

Permalink
Update src/service/test.rs
Browse files Browse the repository at this point in the history
Co-authored-by: João Oliveira <hello@jxs.pt>
  • Loading branch information
AgeManning and jxs authored Oct 14, 2024
1 parent 7b3b146 commit 71017cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ fn build_non_handler_service(

let ip_vote = IpVote::new(10, Duration::from_secs(10000));

// create the required channels
// create the required channels.
let (_discv5_send, discv5_recv) = mpsc::channel(30);
let (_exit_send, exit) = oneshot::channel();

Expand Down

0 comments on commit 71017cf

Please sign in to comment.