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