Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Fix addresses sent to peers on conn.
Slack Coder committed 3 years ago
commit f5d06f61385adf5d43c2c3d580016e929ed06a6a
parent 308112618fa492626a219981907c919e27c765ab
1 file changed +1 -1
modified radicle-node/src/service.rs
@@ -1271,7 +1271,7 @@ mod gossip {
        };

        let mut msgs = vec![
-
            Message::init(*signer.public_key(), config.listen.clone()),
+
            Message::init(*signer.public_key(), config.external_addresses.clone()),
            Message::inventory(gossip::inventory(timestamp, inventory), signer),
            Message::subscribe(config.filter(), timestamp, Timestamp::MAX),
        ];