From 7b930f6fdbe979162dc022ed38785476b85f7ee5 Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Wed, 12 Feb 2020 16:35:42 +0100 Subject: [PATCH] minor comment change --- cmd/geth/les_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/geth/les_test.go b/cmd/geth/les_test.go index 3eaf41eb2b..7478ca1bf9 100644 --- a/cmd/geth/les_test.go +++ b/cmd/geth/les_test.go @@ -170,6 +170,7 @@ func TestPriorityClient(t *testing.T) { tokens := 3000000000 lightServer.callRPC(nil, "les_addBalance", prio.getNodeInfo().ID, tokens, "foobar") // We expect two events, adding prio and removing the old client + // TODO: s/1/2/ or understand why we don't receive a message when client is removed prio.addPeer(lightServer, 1) // Check if priority client is actually syncing and the regular client got kicked out