config: remove obsolete mempool v1 warning (#8987)

This commit is contained in:
M. J. Fromberger
2022-07-13 09:27:06 -07:00
committed by GitHub
parent bbb5f3bfef
commit 2b3737333f

View File

@@ -345,9 +345,6 @@ dial_timeout = "{{ .P2P.DialTimeout }}"
# 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 }}