docs: remove outdated comment (#9597)

https://github.com/tendermint/tendermint/issues/8775 was resolved and backported so I think this comment is no longer applicable.
This commit is contained in:
Rootul P
2022-10-24 02:19:23 -06:00
committed by GitHub
parent 3bd2153136
commit af2981a2f7

View File

@@ -703,9 +703,6 @@ type MempoolConfig struct {
// Mempool version to use:
// 1) "v0" - (default) FIFO mempool.
// 2) "v1" - prioritized mempool.
// WARNING: There's a known memory leak with the prioritized mempool
// that the team are working on. Read more here:
// https://github.com/tendermint/tendermint/issues/8775
Version string `mapstructure:"version"`
RootDir string `mapstructure:"home"`
Recheck bool `mapstructure:"recheck"`