diff --git a/internal/p2p/peermanager.go b/internal/p2p/peermanager.go index 73ee9ddbe..09690cb31 100644 --- a/internal/p2p/peermanager.go +++ b/internal/p2p/peermanager.go @@ -1262,7 +1262,6 @@ type peerInfo struct { // These fields are ephemeral, i.e. not persisted to the database. Persistent bool - Seed bool Height int64 FixedScore PeerScore // mainly for tests