File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 87
87
## Functional Enhancements
88
88
* [ Add ability] ( https://github.com/lightningnetwork/lnd/pull/8998 ) to paginate
89
89
wallet transactions.
90
+
90
91
## RPC Additions
91
92
92
93
* [ 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.
317
318
StateMachine] ( https://github.com/lightningnetwork/lnd/pull/9342 ) to use the
318
319
new GoroutineManager API along with structured logging.
319
320
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
+
320
325
## Tooling and Documentation
321
326
322
327
* [ Improved ` lncli create ` command help text] ( https://github.com/lightningnetwork/lnd/pull/9077 )
You can’t perform that action at this time.
0 commit comments