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
blindedpath: allow zero amount paths with MinHTLC policies
When building blinded paths for zero amount payments (where the sender
decides the amount), skip MinHTLC validation during path construction.
Zero amount payments indicate the final amount will be determined by
the sender, so MinHTLC constraints should be validated at payment time
rather than path construction time.
This enables creation of blinded path invoices for zero amount payments
even when intermediate channels have MinHTLC policies greater than zero.
0 commit comments