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 1a893e7 commit 49fd02bCopy full SHA for 49fd02b
src/balance.rs
@@ -35,7 +35,9 @@ pub struct BalanceDetails {
35
/// delay, but are now being claimed and useable once sufficiently confirmed on-chain.
36
///
37
/// 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`].
+ /// might not already be accounted for in [`total_onchain_balance_sats`].
39
+ ///
40
+ /// [`total_onchain_balance_sats`]: Self::total_onchain_balance_sats
41
pub pending_balances_from_channel_closures: Vec<PendingSweepBalance>,
42
}
43
0 commit comments