From fb55deed91583792baaeadf77c0acaa50678ccfc Mon Sep 17 00:00:00 2001 From: Marius Guggenmos Date: Thu, 1 Aug 2024 13:58:12 +0200 Subject: [PATCH] reorder struct member to fix alignment on 32 bit --- p2p/simulations/http_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {