rm empty line

Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
Sina Mahmoodi 2024-01-30 16:29:19 +01:00 committed by GitHub
parent 9a6b9a2735
commit ae522d6fb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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
}
}