remove seed flag

(cherry picked from commit 000aa05485)
This commit is contained in:
tycho garen
2022-06-10 08:50:47 -04:00
parent 8019a49037
commit 029e1925cd

View File

@@ -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