mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-20 13:04:28 +02:00
Merge pull request #10117 from yyforyongyu/keep-exclusive
contractcourt+sweep: make anchor inputs exclusive
This commit is contained in:
@@ -29,6 +29,13 @@
|
||||
|
||||
## Functional Enhancements
|
||||
|
||||
- Previously, when sweeping non-time sensitive anchor outputs, they might be
|
||||
grouped with other non-time sensitive outputs such as `to_local` outputs,
|
||||
which potentially allow the sweeping tx to be pinned. This is now
|
||||
[fixed](https://github.com/lightningnetwork/lnd/pull/10117) by moving sweeping
|
||||
anchors into its own tx, which means the anchor outputs won't be swept in a
|
||||
high fee environment.
|
||||
|
||||
## RPC Additions
|
||||
|
||||
## lncli Additions
|
||||
@@ -62,4 +69,6 @@
|
||||
## Tooling and Documentation
|
||||
|
||||
# Contributors (Alphabetical Order)
|
||||
* Olaoluwa Osuntokun
|
||||
|
||||
* Olaoluwa Osuntokun
|
||||
* Yong Yu
|
||||
|
Reference in New Issue
Block a user