mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
The amount of gas available for tx execution was tracked in the StateObject representing the coinbase account. This commit makes the gas counter a separate type in package core, which avoids unintended consequences of intertwining the counter with state logic. |
||
|---|---|---|
| .. | ||
| dump.go | ||
| main_test.go | ||
| managed_state.go | ||
| managed_state_test.go | ||
| state_object.go | ||
| state_test.go | ||
| statedb.go | ||