diff --git a/zebra-network/src/config.rs b/zebra-network/src/config.rs index 3203d091..95365f90 100644 --- a/zebra-network/src/config.rs +++ b/zebra-network/src/config.rs @@ -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(),