Skip to content

Commit

Permalink
chore: use try into directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Dec 20, 2024
1 parent 378d80a commit 7f2b1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ethereum/node/tests/e2e/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ async fn test_flashbots_validate_v4() -> eyre::Result<()> {
blobs_bundle: BlobsBundleV1::new([]),
execution_requests: payload
.requests()
.map(|reqs| alloy_rpc_types_beacon::requests::ExecutionRequestsV4::try_from(&reqs))
.unwrap()
.try_into()
.unwrap(),
target_blobs_per_block: eip4844::TARGET_BLOBS_PER_BLOCK,
signature: Default::default(),
Expand Down

0 comments on commit 7f2b1ea

Please sign in to comment.