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.
115115 [ fixed] ( https://github.com/lightningnetwork/lnd/pull/9572 ) , the affected RPCs
116116 are ` SubscribeChannelGraph ` , ` GetChanInfo ` , ` GetNodeInfo ` and ` DescribeGraph ` .
117117
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.
118123
119124## lncli Updates
120125
@@ -189,5 +194,6 @@ reader of a payment request.
189194* Funyug
190195* Mohamed Awnallah
191196* Pins
197+ * Torkel Rogstad
192198* Yong Yu
193199* Ziggie
You can’t perform that action at this time.
0 commit comments