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 Péter Szilágyi
parent c1db636fb3
commit bcc1234778

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