Commit c31b29f
committed
Use Multi threaded runtime in
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.sync_wallets
1 parent fc09bfb commit c31b29f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1003 | 1003 | | |
1004 | 1004 | | |
1005 | 1005 | | |
1006 | | - | |
| 1006 | + | |
1007 | 1007 | | |
1008 | 1008 | | |
1009 | 1009 | | |
| |||
0 commit comments