Skip to content

Commit

Permalink
config: remove obsolete mempool v1 warning (#8987)
Browse files Browse the repository at this point in the history
  • Loading branch information
M. J. Fromberger committed Jul 13, 2022
1 parent bbb5f3b commit 2b37373
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2b37373

Please sign in to comment.