mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 02:07:58 +00:00
2d0d46688e
When neither paged nor legacy exposures exist for the current era, ValidatorExposureUpdater returned early without saving the PagedExposuresUsed flag. This caused storageCache.getEntry() to suspend indefinitely, blocking the staking setup screen. Save the flag as false for UNCERTAIN state so downstream code can proceed with empty exposure data instead of hanging.