AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Low 26 Bitcoin

peer: send out a notification after the 1st conf, then wait for the rest

Public commit record

What the developer wrote

Authored by Olaoluwa Osuntokun

73/100 · Adequate
peer: send out a notification after the 1st conf, then wait for the rest

We wnt to add better handling, but not break any UIs or wallets. So
we'll continue to send out a notification after a single confirmation,
then send another after things are fully confirmed.
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
The short version

What changed, and why it matters

This commit changes how LND notifies wallets and user interfaces about a cooperative channel close. Previously, LND waited for a variable number of confirmations based on the channel's capacity before sending any success notification. Now it sends an initial notification after just one confirmation, then a final notification after the full required confirmations. It also adds a hidden configuration override for testing. The change is described as a UI-compatibility improvement, not a security fix.

Recommended action

Review the full change (including any unshown second notification path) to confirm the first update is clearly marked as provisional and that consumers do not treat it as final. Verify the ChannelCloseConfs override is only exposed in test configurations and cannot be set in production.

Security signals we found

01

Confirmation-policy change for cooperative close notifications

02

New test-only config override for confirmation count

03

Potential premature action by consumers on single-confirmation close update

04

No explicit security claim in commit message or diff

Risk score

Why this scored 26/100

Our methodology →
Potential impact 5/30
Exploitability 3/25
Stealth signal 4/15
Affected reach 5/15
Confidence 6/10
Evidence quality 3/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.