Skip to content

Commit

Permalink
Fix unused variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh committed Nov 27, 2024
1 parent 9d2b263 commit fe458ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/lighthouse_network/src/rpc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ where
.response_received(&peer_id, response.protocol());
}
}
RPCReceived::EndOfStream(id, response_termination) => {
RPCReceived::EndOfStream(_id, response_termination) => {
self.outbound_request_limiter
.response_received(&peer_id, response_termination.protocol());
}
Expand Down

0 comments on commit fe458ac

Please sign in to comment.