You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve sync_wallet docs and use current thread runtime for LDK
We improve the docs, in particular mentioning now that users should
always prefer background syncing over blocking sync if possible.
Moreover, as we already have a current thread runtime setup for the BDK
wallet, we now also use it to sync the LDK wallet, which should reduce
any chances of blocking any threads in our main runtime if something
goes wrong.
0 commit comments