This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Description
The app keeps polling the getInfo api even it has caught up to the current block height. @halseth and me have debugged the issue and it seems there is a deadlock caused by calling NewAddress before neutrino has finished syncing.
I've tried to work around the issue by deferring NewAddress until after neutrino is synced, but this makes the app unusable in the initial onboarding since we need to display the wallet address in the deposit screen before syncing neutrino the first time.