mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
replace &Bytes with &[u8] in optimism functions (#5896)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -342,7 +342,7 @@ where
|
||||
info.l1_tx_data_fee(
|
||||
&self.chain_spec,
|
||||
block.timestamp,
|
||||
&encoded.freeze().into(),
|
||||
&encoded,
|
||||
transaction.is_deposit(),
|
||||
)
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user