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

This commit is contained in:
Felix Lange 2019-11-21 19:30:28 +01:00 committed by Elizabeth Engelman
parent 7be6449efe
commit 76efa9677a

View File

@ -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())
}