|
|
|
|
|
by 6nf
2356 days ago
|
|
The current implementation of LN does broadcast to everyone. At any given moment, every node on the network needs to know the size of every open channel on the network (for routing calculations) so every time a transaction happens, the updated channels sizes get broadcast to everyone. The volume is almost zero right now. |
|
See Bolt 7:
> Note that the htlc_maximum_msat field is static in the current protocol over the life of the channel: it is not designed to be indicative of real-time channel capacity in each direction, which would be both a massive data leak and uselessly spam the network
https://github.com/lightningnetwork/lightning-rfc/blob/maste...
See also: https://bitcoin.stackexchange.com/a/80830