Skip to content

Commit

Permalink
f Drop Self:: from doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Feb 19, 2024
1 parent 1a893e7 commit 49fd02b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/balance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ pub struct BalanceDetails {
/// delay, but are now being claimed and useable once sufficiently confirmed on-chain.
///
/// Note that, depending on the sync status of the wallets, swept balances listed here might or
/// might not already be accounted for in [`Self::total_onchain_balance_sats`].
/// might not already be accounted for in [`total_onchain_balance_sats`].
///
/// [`total_onchain_balance_sats`]: Self::total_onchain_balance_sats
pub pending_balances_from_channel_closures: Vec<PendingSweepBalance>,
}

Expand Down

0 comments on commit 49fd02b

Please sign in to comment.