changed relay to true in version message

This commit is contained in:
Svyatoslav Nikolsky 2016-12-07 16:40:57 +03:00
parent dcc08eb6c9
commit 6e87350a6f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ pub fn start(cfg: config::Config) -> Result<(), String> {
services: Services::default().with_network(true),
user_agent: cfg.user_agent,
start_height: 0,
relay: false,
relay: true,
},
peers: cfg.connect.map_or_else(|| vec![], |x| vec![x]),
seeds: cfg.seednodes,