mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-15 13:42:58 -04:00

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.