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
This is needed since so that components(such as `KVStore`) can use `block_in_place`.
`block_in_place` is only allowed inside a multi-threaded runtime.
`sync_wallets` internally syncs channel_manager and chain_monitor which results
in persistence using `KVStore`. Using blocking `sync_wallets` should be avoided
but is mostly used in functional_tests.
0 commit comments