feat!: replace OpTransactionSigned with alloys (#15634)

This commit is contained in:
Matthias Seitz
2025-04-14 16:59:17 +02:00
committed by GitHub
parent 1e0b433965
commit 2bfdef73b9
14 changed files with 100 additions and 522 deletions

View File

@@ -215,7 +215,7 @@ where
reth_optimism_primitives::OpBlock {
header: header.inner,
body: reth_optimism_primitives::OpBlockBody {
transactions: transactions.into_transactions().map(Into::into).collect(),
transactions: transactions.into_transactions().collect(),
..Default::default()
},
}