mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
fixup! Fix latest clippy lints
This commit is contained in:
@@ -1695,7 +1695,7 @@ impl<T: EthSpec> ExecutionLayer<T> {
|
|||||||
let transactions = VariableList::from(
|
let transactions = VariableList::from(
|
||||||
block
|
block
|
||||||
.transactions()
|
.transactions()
|
||||||
.into_iter()
|
.iter()
|
||||||
.map(ethers_tx_to_bytes::<T>)
|
.map(ethers_tx_to_bytes::<T>)
|
||||||
.collect::<Result<Vec<_>, BlobTxConversionError>>()?,
|
.collect::<Result<Vec<_>, BlobTxConversionError>>()?,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user