|
|
@ -290,7 +290,6 @@ func (in *EVMInterpreter) Run(contract *Contract, input []byte, readOnly bool) ( |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
contract.Gas -= dynamicCost |
|
|
|
contract.Gas -= dynamicCost |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Do tracing before potential memory expansion
|
|
|
|
// Do tracing before potential memory expansion
|
|
|
|