mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
89d6c55d3e
- Return errors from fetchBalancesForChain and GetBalancesAtByChain instead of silently ignoring them. - Use cached balances if fetching new data fails, preventing empty wallets and ensuring data consistency. - Fixed unit tests that was expecting GetBalancesAtByChain to always return nil error Closes #15767 Co-authored-by: belalshehab <belal@status.im>