File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,10 @@ types in a series of changes:
84
84
85
85
## lncli Additions
86
86
87
+ * [ ` updatechanpolicy ` ] ( https://github.com/lightningnetwork/lnd/pull/8805 ) will
88
+ now update the channel policy if the edge was not found in the graph
89
+ database if the ` create_missing_edge ` flag is set.
90
+
87
91
# Improvements
88
92
## Functional Updates
89
93
## RPC Updates
Original file line number Diff line number Diff line change 62
62
63
63
# New Features
64
64
## Functional Enhancements
65
+ * [ Add ability] ( https://github.com/lightningnetwork/lnd/pull/8998 ) to paginate
66
+ wallet transactions.
65
67
## RPC Additions
66
68
67
69
* [ Add a new rpc endpoint] ( https://github.com/lightningnetwork/lnd/pull/8843 )
@@ -196,6 +198,7 @@ The underlying functionality between those two options remain the same.
196
198
197
199
# Contributors (Alphabetical Order)
198
200
201
+ * Abdullahi Yunus
199
202
* Animesh Bilthare
200
203
* Boris Nagaev
201
204
* CharlieZKSmith
You can’t perform that action at this time.
0 commit comments