Remove AvailableBalances::balance_msat
[rust-lightning] / pending_changelog / remove_balance_msat.txt
diff --git a/pending_changelog/remove_balance_msat.txt b/pending_changelog/remove_balance_msat.txt
new file mode 100644 (file)
index 0000000..2ba5df1
--- /dev/null
@@ -0,0 +1 @@
+* The `AvailableBalances::balance_msat` field has been removed in favor of `ChannelMonitor::get_claimable_balances`. `ChannelDetails` serialized with versions of LDK >= 0.0.117 will have their `balance_msat` field set to `next_outbound_htlc_limit_msat` when read by versions of LDK prior to 0.0.117 (#2476).