diff --git a/p2p/simulations/http_test.go b/p2p/simulations/http_test.go index a832e3ba56..35536f69b2 100644 --- a/p2p/simulations/http_test.go +++ b/p2p/simulations/http_test.go @@ -237,8 +237,8 @@ type TestAPI struct { state *atomic.Value peerCount *int64 counter int64 - feed event.Feed activeSubscriptions int64 + feed event.Feed } func (t *TestAPI) PeerCount() int64 {