From 029e1925cd399259abac980fe508c392f9bbbdfd Mon Sep 17 00:00:00 2001 From: tycho garen Date: Fri, 10 Jun 2022 08:50:47 -0400 Subject: [PATCH] remove seed flag (cherry picked from commit 000aa054852ad1f43280363ee903bf5cb937f4ce) --- internal/p2p/peermanager.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/p2p/peermanager.go b/internal/p2p/peermanager.go index f9e57b3c1..3ed5696cd 100644 --- a/internal/p2p/peermanager.go +++ b/internal/p2p/peermanager.go @@ -1291,7 +1291,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