config: fix private_peer_ids

This commit is contained in:
Ethan Buchman 2018-03-18 23:55:44 +01:00
parent eaabdb5cac
commit d350da3135
1 changed files with 1 additions and 1 deletions

View File

@ -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]