diff --git a/config/toml.go b/config/toml.go index 0450b3205..e1b82b2ab 100644 --- a/config/toml.go +++ b/config/toml.go @@ -400,9 +400,6 @@ statesync_recv_buf_size = {{ .P2P.StatesyncRecvBufSize }} # 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 = "{{ .Mempool.Version }}" recheck = {{ .Mempool.Recheck }}