Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion execution/state/intra_block_state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ func (test *snapshotTest) run(t *testing.T) bool {
// checkEqual checks that methods of state and checkstate return the same values.
func (test *snapshotTest) checkEqual(state, checkstate *IntraBlockState) error {
for _, addr := range test.addrs {
addr := addr // pin
var err error
checkeq := func(op string, a, b interface{}) bool {
if err == nil && !reflect.DeepEqual(a, b) {
Expand Down
2 changes: 0 additions & 2 deletions execution/vm/gas_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ func testTemporalTxSD(t *testing.T) (kv.TemporalRwTx, *dbstate.SharedDomains) {

func TestEIP2200(t *testing.T) {
for i, tt := range eip2200Tests {
tt := tt
i := i

t.Run(strconv.Itoa(i), func(t *testing.T) {
t.Parallel()
Expand Down
Loading