mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm duplicate transact (#2721)
This commit is contained in:
@ -611,8 +611,6 @@ fn build_payload<Pool, Client>(
|
||||
}
|
||||
};
|
||||
|
||||
// let ResultAndState { result, state } =
|
||||
evm.transact().map_err(PayloadBuilderError::EvmExecutionError)?;
|
||||
let gas_used = result.gas_used();
|
||||
|
||||
// commit changes
|
||||
|
||||
Reference in New Issue
Block a user