File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -710,6 +710,11 @@ pub(super) struct Channel<Signer: Sign> {
710
710
// Our counterparty can offer us SCID aliases which they will map to this channel when routing
711
711
// outbound payments. These can be used in invoice route hints to avoid explicitly revealing
712
712
// the channel's funding UTXO.
713
+ //
714
+ // We also use this when sending our peer a channel_update that isn't to be broadcasted
715
+ // publicly - allowing them to re-use their map of SCID -> channel for channel_update ->
716
+ // associated channel mapping.
717
+ //
713
718
// We only bother storing the most recent SCID alias at any time, though our counterparty has
714
719
// to store all of them.
715
720
latest_inbound_scid_alias : Option < u64 > ,
You can’t perform that action at this time.
0 commit comments