We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609e6bf commit 4b7cb99Copy full SHA for 4b7cb99
docs/release-notes/release-notes-0.20.1.md
@@ -103,6 +103,13 @@
103
for conservative budgeting and includes griefing protection by limiting the
104
number of probed LSPs. It enhances the previous LSP design by being more
105
generic and more flexible.
106
+
107
+ * The `listchannels` RPC now [exposes the actual
108
+ spendable balance](https://github.com/lightningnetwork/lnd/pull/10624)
109
+ by adding `local_spendable_balance` and `remote_spendable_balance` fields.
110
+ This provides users with a precise view of their actionable liquidity by
111
+ correctly accounting for channel reserves and funds currently tied up in
112
+ in-flight HTLCs.
113
114
## lncli Updates
115
0 commit comments