mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 06:54:41 +00:00
mempool: migrate rechecktx to be a consensus parameter (#8514)
This commit is contained in:
+5
-1
@@ -355,7 +355,11 @@ recv-rate = {{ .P2P.RecvRate }}
|
||||
#######################################################
|
||||
[mempool]
|
||||
|
||||
recheck = {{ .Mempool.Recheck }}
|
||||
# recheck has been moved from a config option to a global
|
||||
# consensus param in v0.36
|
||||
# See https://github.com/tendermint/tendermint/issues/8244 for more information.
|
||||
|
||||
# Set true to broadcast transactions in the mempool to other nodes
|
||||
broadcast = {{ .Mempool.Broadcast }}
|
||||
|
||||
# Maximum number of transactions in the mempool
|
||||
|
||||
Reference in New Issue
Block a user