mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-07 03:22:20 +00:00
variable list from -> new
This commit is contained in:
parent
38db8d7952
commit
1315098c15
@ -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)]
|
||||||
|
Loading…
Reference in New Issue
Block a user