Skip to content

Commit eb7c5dd

Browse files
committed
f Drop Self:: from doc
1 parent 5b580a3 commit eb7c5dd

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
@@ -44,7 +44,9 @@ pub struct BalanceDetails {
4444
/// delay, but are now being claimed and useable once sufficiently confirmed on-chain.
4545
///
4646
/// Note that, depending on the sync status of the wallets, swept balances listed here might or
47-
/// might not already be accounted for in [`Self::total_onchain_balance_sats`].
47+
/// might not already be accounted for in [`total_onchain_balance_sats`].
48+
///
49+
/// [`total_onchain_balance_sats`]: Self::total_onchain_balance_sats
4850
pub pending_balances_from_channel_closures: Vec<PendingSweepBalance>,
4951
}
5052

0 commit comments

Comments
 (0)