Browse Source

config: fix private_peer_ids

pull/1335/head
Ethan Buchman 7 years ago
parent
commit
d350da3135
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/toml.go

+ 1
- 1
config/toml.go 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]


Loading…
Cancel
Save