Fix default port setting.

This commit is contained in:
Henry de Valence 2019-11-13 15:37:48 -08:00 committed by Deirdre Connolly
parent 3b02b40758
commit e63f8b51b1
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ impl Default for Config {
.collect();
Config {
listen_addr: "127.0.0.1:28233"
listen_addr: "127.0.0.1:8233"
.parse()
.expect("Hardcoded address should be parseable"),
user_agent: crate::constants::USER_AGENT.to_owned(),