remove seed flag

This commit is contained in:
tycho garen
2022-06-10 08:50:47 -04:00
parent 86db59f53b
commit 000aa05485

View File

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