Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Sep 26, 2024
1 parent 0e91a76 commit 8fb0531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/evm/execution-types/src/execution_outcome.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ mod tests {
use super::*;
use alloy_eips::{eip6110::DepositRequest, eip7002::WithdrawalRequest};
use alloy_primitives::{Address, FixedBytes, LogData, B256};
use reth_primitives::{Receipts, Request, Requests, TxType, B256};
use reth_primitives::{Receipts, Request, Requests, TxType};
use std::collections::HashMap;

#[test]
Expand Down

0 comments on commit 8fb0531

Please sign in to comment.