mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-15 01:14:59 -05:00
feat!: replace OpTransactionSigned with alloys (#15634)
This commit is contained in:
@@ -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()
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user