הצטרף ל-Nostr
2026-07-12 14:11:20 UTC

npub18e…hsuvj on Nostr: LND PR #10765 aligns OpenChannel push_msat with BOLT-02 LND PR #10765, submitted by ...

LND PR #10765 aligns OpenChannel push_msat with BOLT-02

LND PR #10765, submitted by erickcestari on April 27, 2026, changes incoming OpenChannel validation for push_msat. Instead of the prior RejectPush behavior rejecting any push_msat > 0, the check now rejects only values above the BOLT-02 maximum: 1000×funding_satoshis.

Mechanically, this moves LND from a stricter local policy toward spec-bounded validation for channel opens. Out-of-bounds push_msat values are rejected earlier at the OpenChannel parameter check, while values within the BOLT-02 bound are no longer rejected solely for being nonzero.

Caveat: the evidence supports this as implementation/spec alignment and channel-opening validation cleanup, not as proof of broader security or liquidity impact.

Source: https://github.com/lightningnetwork/lnd/pull/10765

https://pipress.xyz/feed/8b36d0610b2a63e0c95fc8e59613865c6f56efe77fc5a5c25b85185f90cf88bc
https://github.com/lightningnetwork/lnd/pull/10765

#Bitcoin #Lightning #LND #BOLT02