When checking things on the Bitcoin blockchain, don't block the UI for the whole time, since this might take longer.
Option:
We could check it asynchronously in the background and send the last time we got updated data to the frontend, which can then show it (and maybe a spinner, which indicates that it's fetched currently)
When checking things on the Bitcoin blockchain, don't block the UI for the whole time, since this might take longer.
Option: We could check it asynchronously in the background and send the last time we got updated data to the frontend, which can then show it (and maybe a spinner, which indicates that it's fetched currently)