Uh oh!
There was an error while loading. Please reload this page.
Remove FundingTxInput type alias in favor of ConfirmedUtxo - #4623
Conversation
ConfirmedUtxo already documents its use as a funding input for v2 channel establishment and splicing, so the alias added a layer of indirection without conveying additional information. Co-Authored-By: Claude <noreply@anthropic.com>
👋 Thanks for assigning @TheBlueMatt as a reviewer! |
ldk-claude-review-bot
commented
May 19, 2026
No issues found. This PR is a clean, mechanical refactor that removes the
|
ldk-reviews-bot
commented
May 19, 2026
👋 The first review has been submitted! Do you think this PR is ready for a second reviewer? If so, click here to assign a second reviewer. |
Uh oh!
There was an error while loading. Please reload this page.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #4623 +/- ##
==========================================
+ Coverage 86.56% 86.58% +0.02%
==========================================
Files 159 159 Lines 109879 110419 +540 Branches 109879 110419 +540 ==========================================
+ Hits 95113 95610 +497 - Misses 12246 12276 +30 - Partials 2520 2533 +13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ConfirmedUtxoalready documents its use as a funding input for v2 channel establishment and splicing, so the alias added a layer of indirection without conveying additional information.