good morning!!!!

Skip to content
Snippets Groups Projects
Commit bcc12347 authored by Felix Lange's avatar Felix Lange Committed by Péter Szilágyi
Browse files

accounts/abi/bind/backends: remove unused assignment (#20359)

parent c1db636f
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ func TestSimulatedBackend(t *testing.T) {
}
sim.Commit()
tx, isPending, err = sim.TransactionByHash(context.Background(), txHash)
_, isPending, err = sim.TransactionByHash(context.Background(), txHash)
if err != nil {
t.Fatalf("error getting transaction with hash: %v", txHash.String())
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment