Skip to content

Commit bac699d

Browse files
authored
Merge pull request #9446 from yyforyongyu/yy-prepare-fee-replace
sweeper: rename `Failed` to `Fatal` and minor refactor
2 parents 6bf895a + b98542b commit bac699d

File tree

5 files changed

+266
-158
lines changed

5 files changed

+266
-158
lines changed

docs/release-notes/release-notes-0.19.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
## Functional Enhancements
8888
* [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate
8989
wallet transactions.
90+
9091
## RPC Additions
9192

9293
* [Add a new rpc endpoint](https://github.com/lightningnetwork/lnd/pull/8843)
@@ -317,6 +318,10 @@ The underlying functionality between those two options remain the same.
317318
StateMachine](https://github.com/lightningnetwork/lnd/pull/9342) to use the
318319
new GoroutineManager API along with structured logging.
319320

321+
* A minor [refactor](https://github.com/lightningnetwork/lnd/pull/9446) is done
322+
to the sweeper to improve code quality, with a renaming of the internal state
323+
(`Failed` -> `Fatal`) used by the inputs tracked in the sweeper.
324+
320325
## Tooling and Documentation
321326

322327
* [Improved `lncli create` command help text](https://github.com/lightningnetwork/lnd/pull/9077)

0 commit comments

Comments
 (0)