Skip to content

Commit e0f5ac5

Browse files
fjlenriquefynn
authored andcommitted
accounts/abi/bind/backends: remove unused assignment (ethereum#20359)
1 parent da5e90d commit e0f5ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accounts/abi/bind/backends/simulated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func TestSimulatedBackend(t *testing.T) {
7272
}
7373

7474
sim.Commit()
75-
tx, isPending, err = sim.TransactionByHash(context.Background(), txHash)
75+
_, isPending, err = sim.TransactionByHash(context.Background(), txHash)
7676
if err != nil {
7777
t.Fatalf("error getting transaction with hash: %v", txHash.String())
7878
}

0 commit comments

Comments
 (0)