gossipd: nit: update a misleading comment

This commit got reduced to just changing a comment because
the stuff it initially did was already merged in before by
commit 7ff62b4a

So I just kept the changed comment as its more precise.

Changelog-None
This commit is contained in:
Michael Schmoock 2022-06-25 11:29:52 +02:00 committed by neil saitug
parent 1217f479df
commit da85014fdf
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ static void handle_remote_addr(struct daemon *daemon, const u8 *msg)
if (!fromwire_gossipd_remote_addr(msg, &remote_addr))
master_badmsg(WIRE_GOSSIPD_REMOTE_ADDR, msg);
/* current best guess is that we use default port on public internet */
/* Best guess is that we use default port for the selected network */
remote_addr.port = chainparams_get_ln_port(chainparams);
switch (remote_addr.type) {