rishflab 82d75588ba Remove automatic bdk wallet sync calls
The bdk wallet was being synced before executing other calls such as getting the balance. This is poor usage of the sync functionality as it potentially long running blocking call. Instead sync is called once after the wallet is initialised.
2021-02-10 15:18:45 +11:00
..