Browse Source
In case the wallet sync fails, we replace the value with `None` to indicate to the UI that we don't have an up-to-date wallet information. In case the sync works again at some point, we will replace it with `Some` again. Making this optional also allows us to start up the system without syncing the wallet, a step towards https://github.com/itchysats/itchysats/discussions/753.feature/delete-wallet-cache-on-failure
6 changed files with 14 additions and 15 deletions
Loading…
Reference in new issue