Fix engine api formatting issues

This commit is contained in:
Pawan Dhananjay
2024-10-16 17:30:10 -07:00
parent c8dfe7d3d7
commit 0dd215c294
4 changed files with 8 additions and 7 deletions

View File

@@ -374,7 +374,7 @@ pub async fn handle_rpc<E: EthSpec>(
.into(),
should_override_builder: false,
// TODO(electra): add EL requests in mock el
requests: Default::default(),
execution_requests: Default::default(),
})
.unwrap()
}