Two of my channels are offline, presumably because of something on my partners' ends, which obviously reduces my total spending balance.
I'm not sure why Alby Go is still showing the full amount as spendable. My recollection is that on other occasions when I had channels offline, Alby Go reflected the reduced balance but maybe I'm just remembering that wrong.
FYI, recently my Alby Go wallet has been consistently displaying a lower balance than my Zeus wallet connected to the same node.
Can you tell which one is correct?
Yes, Zeus is accurate, and Alby Go consistently gives me a lower number. Until recently the two wallets would always have identical balances.
The balance could be:
I'd guess it's (2).
NWCcan be used to callget_balanceon the hub, but the spec is vague about whether that balance is the total amount or the available amount. Some providers also returnmax_amountwhich communicates the remaining spending budget. Without reading the Alby Go & Hub source code, I couldn't tell which is which, but I'd guess Alby Hub reports the total amount viaNWCbut the hub itself has the accurate amount because it itself doesn't useNWC.Makes sense