You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let updates = channel.get_mut().monitor_updating_restored(&self.logger,self.get_our_node_id(),self.genesis_hash,self.best_block.read().unwrap().height());
3600
3600
let channel_update = if updates.funding_locked.is_some() && channel.get().is_usable(){
3601
3601
// We only send a channel_update in the case where we are just now sending a
3602
-
// funding_locked and the channel is in a usable state. Further, we rely on the
3603
-
// normal announcement_signatures process to send a channel_update for public
3604
-
// channels, only generating a unicast channel_update if this is a private channel.
3602
+
// funding_locked and the channel is in a usable state. We may re-send a
3603
+
// channel_update later through the announcement_signatures process for public
3604
+
// channels, but there's no reason not to just inform our counterparty of our fees
0 commit comments