Announce node_announcemnet even without listen addresses
authorMatt Corallo <git@bluematt.me>
Sun, 7 May 2023 03:20:08 +0000 (03:20 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 17 May 2023 13:30:20 +0000 (13:30 +0000)
commita0112e0db7bc145ee52859b1197104c76213daa1
treeeff0bd13e30bd523de3ea54f88292bf0a06a6d17
parent7aceee96f2642d6dd7ef391a4d25df08cc3b9c2d
Announce node_announcemnet even without listen addresses

Even if we don't have any listen addresses, it's still useful to
broadcast a node_announcement to get our node_features out there.

Here we do this and also improve the timing of our
node_announcement updates to be less spammy.
src/main.rs