replace &Bytes with &[u8] in optimism functions (#5896)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Thomas Coratger
2024-02-09 18:24:55 +01:00
committed by GitHub
parent 3ae2611c9c
commit cede8b7dd6
3 changed files with 7 additions and 10 deletions

View File

@@ -342,7 +342,7 @@ where
info.l1_tx_data_fee(
&self.chain_spec,
block.timestamp,
&encoded.freeze().into(),
&encoded,
transaction.is_deposit(),
)
}) {