Skip to content

Commit

Permalink
config: remove obsolete mempool v1 warning (#8987)
Browse files Browse the repository at this point in the history
Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
  • Loading branch information
tnasu and M. J. Fromberger committed Jul 13, 2023
1 parent cddddc8 commit cc37edc
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 @@ -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 }}
Expand Down

0 comments on commit cc37edc

Please sign in to comment.