mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
variable list from -> new
This commit is contained in:
@@ -2201,7 +2201,7 @@ fn ethers_tx_to_bytes<T: EthSpec>(
|
|||||||
} else {
|
} else {
|
||||||
transaction.rlp().to_vec()
|
transaction.rlp().to_vec()
|
||||||
};
|
};
|
||||||
Ok(VariableList::from(tx))
|
VariableList::new(tx).map_err(Into::into)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
|||||||
Reference in New Issue
Block a user