Skip to content

Commit

Permalink
Revert "accounts/abi/bind/backends: fix goroutine leak in unit test (e…
Browse files Browse the repository at this point in the history
…thereum#27705)"

This reverts commit 9340010.
  • Loading branch information
devopsbo3 committed Nov 10, 2023
1 parent 18c9dc5 commit 4bcbcc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion accounts/abi/bind/backends/simulated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ func TestAdjustTime(t *testing.T) {
func TestNewAdjustTimeFail(t *testing.T) {
testAddr := crypto.PubkeyToAddress(testKey.PublicKey)
sim := simTestBackend(testAddr)
defer sim.blockchain.Stop()

// Create tx and send
head, _ := sim.HeaderByNumber(context.Background(), nil) // Should be child's, good enough
Expand Down

0 comments on commit 4bcbcc5

Please sign in to comment.