chore: resolve new clippy error w/ suggested fix part 2 (#9447)

This commit is contained in:
Sean Matt
2024-07-11 11:14:17 -04:00
committed by GitHub
parent 8a0414fe28
commit add3725f83

View File

@@ -79,7 +79,7 @@ impl FillTxEnv for TransactionSigned {
tx_env.data = tx.input.clone();
tx_env.chain_id = Some(tx.chain_id);
tx_env.nonce = Some(tx.nonce);
tx_env.access_list = tx.access_list.0.clone();
tx_env.access_list.clone_from(&tx.access_list.0);
tx_env.blob_hashes.clear();
tx_env.max_fee_per_blob_gas.take();
tx_env.authorization_list =