File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,11 @@ circuit. The indices are only available for forwarding events saved after v0.20.
115
115
[ fixed] ( https://github.com/lightningnetwork/lnd/pull/9572 ) , the affected RPCs
116
116
are ` SubscribeChannelGraph ` , ` GetChanInfo ` , ` GetNodeInfo ` and ` DescribeGraph ` .
117
117
118
+ * [ Fix a bug] ( https://github.com/lightningnetwork/lnd/pull/10064 ) where the
119
+ ` GetChanInfo ` was not returning the correct gRPC status code in the cases
120
+ where the channel is unknown to the node. The same is done for ` LookupInvoice `
121
+ for the case where the DB is kvdb backed and no invoices have yet been added
122
+ to the database.
118
123
119
124
## lncli Updates
120
125
@@ -189,5 +194,6 @@ reader of a payment request.
189
194
* Funyug
190
195
* Mohamed Awnallah
191
196
* Pins
197
+ * Torkel Rogstad
192
198
* Yong Yu
193
199
* Ziggie
You can’t perform that action at this time.
0 commit comments