mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-17 21:34:20 +01:00
In this commit, we modify the main loop in `processChanPolicyUpdate` to send updates for private channels directly to the remote peer via the reliable message sender. This fixes a prior issue where the remote peer wouldn't receive new updates as this method doesn't go through the traditional path for channel updates.