From af2981a2f75500bc02412bad590fd26228cf5bc3 Mon Sep 17 00:00:00 2001 From: Rootul P Date: Mon, 24 Oct 2022 02:19:23 -0600 Subject: [PATCH] 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. --- config/config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/config.go b/config/config.go index 6ec62c004..76a89f953 100644 --- a/config/config.go +++ b/config/config.go @@ -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"`