mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make clippy happy (#8068)
This commit is contained in:
@ -232,7 +232,7 @@ impl<DB> NodeState<DB> {
|
||||
}
|
||||
}
|
||||
|
||||
fn handle_network_event(&mut self, _: NetworkEvent) {
|
||||
fn handle_network_event(&self, _: NetworkEvent) {
|
||||
// NOTE(onbjerg): This used to log established/disconnecting sessions, but this is already
|
||||
// logged in the networking component. I kept this stub in case we want to catch other
|
||||
// networking events later on.
|
||||
|
||||
Reference in New Issue
Block a user