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

splice script: Switch to splice feerate

Public commit record

What the developer wrote

Authored by Dusty Daemon

45/100 · Thin
splice script: Switch to splice feerate
✓ Descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
The short version

What changed, and why it matters

This commit fixes a small but meaningful bug in Core Lightning's splicing feature. When two parties jointly resize a Lightning channel via a 'splice,' the plugin was accidentally fetching the wrong fee rate (the one meant for opening ordinary channels, not for splicing). Using the wrong fee rate could make the splice transaction pay too much or too little in network fees, potentially causing the splice to fail, get stuck, or be economically unfavorable. The change simply tells the code to read the dedicated 'splice' fee rate instead of the 'opening' fee rate.

Recommended action

Review whether the stale 'opening' error string should be updated to 'splice'. Verify that the 'splice' feerate is always present in the feerate RPC response and that no other splice code paths still reference 'opening'. Consider adding tests covering splice fee-rate selection.

Security signals we found

01

Wrong fee-rate source used for protocol-specific transaction

02

Potential fee overpayment or underpayment in splice transaction

03

Possible transaction malleability or broadcast failure if fee rate is rejected by peer

04

Error message not updated to match new parameter name

Risk score

Why this scored 35/100

Our methodology →
Potential impact 8/30
Exploitability 5/25
Stealth signal 6/15
Affected reach 7/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.