mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
fix lint
This commit is contained in:
parent
402a3acb17
commit
0fde037b3f
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue