mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
A reverted transaction, X, can incorrectly write to a slot, which might be read by another transaction, Y. If we skip checking states written by X, then Y might end up with reading the wrong value and we won't be able to detect this error. |
||
|---|---|---|
| .. | ||
| dag.go | ||
| executor.go | ||
| executor_test.go | ||
| mvhashmap.go | ||
| mvhashmap_test.go | ||
| status.go | ||
| status_test.go | ||
| txio.go | ||