mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: more clippy fixes
This commit is contained in:
@ -71,7 +71,7 @@ pub async fn start_pseudo_peer(
|
||||
loop {
|
||||
tokio::select! {
|
||||
Some(event) = tokio_stream::StreamExt::next(&mut network_events) => {
|
||||
info!("Network event: {:?}", event);
|
||||
info!("Network event: {event:?}");
|
||||
if matches!(event, NetworkEvent::ActivePeerSession { .. }) && first {
|
||||
start_tx.send(()).await?;
|
||||
first = false;
|
||||
|
||||
Reference in New Issue
Block a user