config: complete removal of seed addresses in config (#8654)

This commit is contained in:
Callum Waters
2022-06-01 12:35:31 +02:00
committed by GitHub
parent d2ca0b868d
commit 7ffc872dd7
7 changed files with 12 additions and 25 deletions

View File

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