rm empty line
Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
parent
9a6b9a2735
commit
ae522d6fb6
|
@ -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 New Issue