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