chore: tweak profiles, rename debug-fast to profiling (#9051)

This commit is contained in:
DaniPopes
2024-06-24 15:20:06 +02:00
committed by GitHub
parent 42bbafff2c
commit 07def85cda
8 changed files with 20 additions and 17 deletions

View File

@@ -168,7 +168,7 @@ impl TryFrom<alloy_rpc_types::Transaction> for Transaction {
.gas
.try_into()
.map_err(|_| ConversionError::Eip2718Error(RlpError::Overflow.into()))?,
placeholder: tx.to.map(|_| ()),
placeholder: tx.to.map(drop),
to: tx.to.unwrap_or_default(),
value: tx.value,
access_list: tx.access_list.ok_or(ConversionError::MissingAccessList)?,