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.
Self::
1 parent 5b580a3 commit eb7c5ddCopy full SHA for eb7c5dd
src/balance.rs
@@ -44,7 +44,9 @@ pub struct BalanceDetails {
44
/// delay, but are now being claimed and useable once sufficiently confirmed on-chain.
45
///
46
/// 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`].
+ /// might not already be accounted for in [`total_onchain_balance_sats`].
48
+ ///
49
+ /// [`total_onchain_balance_sats`]: Self::total_onchain_balance_sats
50
pub pending_balances_from_channel_closures: Vec<PendingSweepBalance>,
51
}
52
0 commit comments