Skip to content

Commit 49fd02b

Browse files
committed
f Drop Self:: from doc
1 parent 1a893e7 commit 49fd02b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/balance.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ pub struct BalanceDetails {
3535
/// delay, but are now being claimed and useable once sufficiently confirmed on-chain.
3636
///
3737
/// Note that, depending on the sync status of the wallets, swept balances listed here might or
38-
/// might not already be accounted for in [`Self::total_onchain_balance_sats`].
38+
/// might not already be accounted for in [`total_onchain_balance_sats`].
39+
///
40+
/// [`total_onchain_balance_sats`]: Self::total_onchain_balance_sats
3941
pub pending_balances_from_channel_closures: Vec<PendingSweepBalance>,
4042
}
4143

0 commit comments

Comments
 (0)