mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-05 10:32:20 +00:00
fixup! Fix latest clippy lints
This commit is contained in:
parent
02cca3478b
commit
0104d6143c
@ -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>>()?,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user