From 49fd02bdc981965e6c86d4d612e110d22f700fe6 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Mon, 19 Feb 2024 10:31:27 +0100 Subject: [PATCH] f Drop `Self::` from doc --- src/balance.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/balance.rs b/src/balance.rs index 99f174688..e99acc780 100644 --- a/src/balance.rs +++ b/src/balance.rs @@ -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, }