mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-28 11:26:57 +00:00
config: complete removal of seed addresses in config (#8654)
This commit is contained in:
@@ -228,4 +228,10 @@ var plan = transform.Plan{
|
||||
T: transform.Remove(parser.Key{"mempool", "recheck"}),
|
||||
ErrorOK: true,
|
||||
},
|
||||
{
|
||||
// Since https://github.com/tendermint/tendermint/pull/8654.
|
||||
Desc: "Remove the seeds option from the [p2p] section",
|
||||
T: transform.Remove(parser.Key{"p2p", "seeds"}),
|
||||
ErrorOK: true,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user