mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
Update core/vm/interpreter.go
This commit is contained in:
parent
d152aa69b4
commit
837cb2db5d
1 changed files with 0 additions and 1 deletions
|
|
@ -291,7 +291,6 @@ func (in *EVMInterpreter) Run(contract *Contract, input []byte, readOnly bool) (
|
||||||
contract.Gas -= dynamicCost
|
contract.Gas -= dynamicCost
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
// Do tracing before potential memory expansion
|
// Do tracing before potential memory expansion
|
||||||
if debug {
|
if debug {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue