diff --git a/frontend/src/screens/channels/Channels.tsx b/frontend/src/screens/channels/Channels.tsx index b2457118..fdcde540 100644 --- a/frontend/src/screens/channels/Channels.tsx +++ b/frontend/src/screens/channels/Channels.tsx @@ -318,15 +318,11 @@ export default function Channels() { {new Intl.NumberFormat().format(balances.onchain.spendable)}{" "} sats {balances && - (balances.onchain.spendable !== balances.onchain.total || - balances.onchain.pendingBalancesFromChannelClosures > - 0) && ( + balances.onchain.spendable !== balances.onchain.total && (

+ {new Intl.NumberFormat().format( - balances.onchain.total - - balances.onchain.spendable + - balances.onchain.pendingBalancesFromChannelClosures + balances.onchain.total - balances.onchain.spendable )}{" "} sats incoming

@@ -435,7 +431,9 @@ export default function Channels() { balances.onchain.pendingBalancesFromChannelClosures )}{" "} sats pending from one or more closed channels. Once spendable again - these will become available in your savings balance.{" "} + these will become available in your savings balance. Funds from + channels that were force closed may take up to 2 weeks to become + available.{" "}