Skip to content

Commit

Permalink
change after review
Browse files Browse the repository at this point in the history
  • Loading branch information
armaganyildirak committed Aug 1, 2023
1 parent 7c61007 commit 165a1c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions beacon_node/lighthouse_network/src/rpc/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -967,10 +967,7 @@ where
OutboundRequestContainer {
req: req.clone(),
fork_context: self.fork_context.clone(),
max_rpc_size: max_rpc_size(
&self.fork_context,
self.listen_protocol.upgrade().max_rpc_size,
),
max_rpc_size: self.listen_protocol().upgrade().max_rpc_size,
},
(),
)
Expand Down

0 comments on commit 165a1c2

Please sign in to comment.