Skip to content

Commit a008c52

Browse files
fix: Add _req_arguments parameter to _event_p2p_status_received
1 parent f0af46b commit a008c52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

voltaire_bundler/bundler/execution_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ async def _event_p2p_received_pooled_user_ops_by_hash_response(
554554
return "Ok"
555555

556556
async def _event_p2p_status_received(
557-
self,
557+
self, _req_arguments: dict
558558
) -> None:
559559
latest_block_number, _, _, _, latest_block_hash = await get_latest_block_info(self.ethereum_node_url)
560560
return {

0 commit comments

Comments
 (0)