Skip to content

Commit

Permalink
fix upstream merge
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
  • Loading branch information
greged93 committed Nov 25, 2024
1 parent 83cedeb commit 1a6bb9d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/stages/stages/src/stages/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1339,10 +1339,7 @@ mod tests {
},
B256::random(),
);
let transaction = reth_primitives::TransactionSigned::from_transaction_and_signature(
transaction,
signature,
);
let transaction = reth_primitives::TransactionSigned::new_unhashed(transaction, signature);
let block = SealedBlock::new(
header,
reth_primitives::BlockBody {
Expand Down

0 comments on commit 1a6bb9d

Please sign in to comment.