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

splice script: Allow `out_ppm` for wallet

Public commit record

What the developer wrote

Authored by Dusty Daemon

60/100 · Adequate
splice script: Allow `out_ppm` for wallet

To help manage state around dynamic wallets, we allow `out_ppm` to stay on even after its result is calculated.
✓ Descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
The short version

What changed, and why it matters

This small code change relaxes a validation rule in the splicing feature of Core Lightning. Previously, the software rejected any splice action that included an `out_ppm` (output parts-per-million fee rate) on the final step. Now it allows `out_ppm` to remain set if the action is the on-chain wallet. The commit says this is to help manage state around dynamic wallets. There is no direct evidence in the commit or supplied references that this fixes a security vulnerability; it appears to be a functional or state-management adjustment.

Recommended action

Treat as a routine functional patch unless additional context shows the prior strict validation caused security-relevant failures. Review the splicing state machine to confirm that allowing `out_ppm` on the wallet action does not lead to fee miscalculation or unintended transaction outputs.

Security signals we found

01

Validation rule relaxed for onchain_wallet splice action

02

No explicit security claim in commit message or diff

03

Change relates to fee-rate field persistence in splicing workflow

Risk score

Why this scored 28/100

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