We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
balance
1 parent 66bcc9c commit a39adf7Copy full SHA for a39adf7
src/balance.rs
@@ -21,7 +21,7 @@ pub struct BalanceDetails {
21
///
22
/// [`total_anchor_channels_reserve_sats`]: Self::total_anchor_channels_reserve_sats
23
pub spendable_onchain_balance_sats: u64,
24
- /// The share of our total balance which we retain as an emergency reserve to (hopefully) be
+ /// The share of our total balance that we retain as an emergency reserve to (hopefully) be
25
/// able to spend the Anchor outputs when one of our channels is closed.
26
pub total_anchor_channels_reserve_sats: u64,
27
/// The total balance that we would be able to claim across all our Lightning channels.
0 commit comments