rust-lightning/lightning
Duncan Dean 70762f90ca
Deprecate AvailableBalances::balance_msat
The ChannelMonitor::get_claimable_balances method provides a more
straightforward approach to the balance of a channel, which satisfies
most use cases. The computation of AvailableBalances::balance_msat is
complex and originally had a different purpose that is not applicable
anymore. We deprecate AvailableBalances::balance_msat now and will remove
it in a following release.

Co-authored-by: Willem Van Lint <noreply@wvanlint.dev>
2024-08-20 17:08:34 +02:00
..
src Deprecate AvailableBalances::balance_msat 2024-08-20 17:08:34 +02:00
Cargo.toml Remove the std feature implications from the lightning crate 2024-08-19 15:09:40 +00:00