fix: disable state root calculation for eth_simulateV1 (#12993)

This commit is contained in:
Arsenii Kulikov
2024-11-29 08:55:38 +04:00
committed by GitHub
parent 793fc23e05
commit 9fe459e2ef
2 changed files with 20 additions and 24 deletions

View File

@@ -201,7 +201,6 @@ pub trait EthCall: EstimateCall + Call + LoadPendingBlock {
parent_hash,
total_difficulty,
return_full_transactions,
&db,
this.tx_resp_builder(),
)?;