mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
rm empty line
Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
parent
9a6b9a2735
commit
ae522d6fb6
1 changed files with 0 additions and 1 deletions
|
|
@ -336,7 +336,6 @@ func (evm *EVM) DelegateCall(caller ContractRef, addr common.Address, input []by
|
|||
if evm.Config.Tracer != nil {
|
||||
evm.Config.Tracer.OnGasChange(gas, 0, GasChangeCallFailedExecution)
|
||||
}
|
||||
|
||||
gas = 0
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue