mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-19 23:30:38 +00:00
config: fix private_peer_ids
This commit is contained in:
@@ -164,7 +164,7 @@ seed_mode = {{ .P2P.SeedMode }}
|
||||
auth_enc = {{ .P2P.AuthEnc }}
|
||||
|
||||
# Comma separated list of peer IDs to keep private (will not be gossiped to other peers)
|
||||
private_peer_ids = {{ .P2P.PrivatePeerIDs }}
|
||||
private_peer_ids = "{{ .P2P.PrivatePeerIDs }}"
|
||||
|
||||
##### mempool configuration options #####
|
||||
[mempool]
|
||||
|
||||
Reference in New Issue
Block a user