mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-01 04:56:41 -05:00
initiating swaps in a separate task and handling shutdown signals with broadcast queues
This commit is contained in:
commit
969c58e987
12 changed files with 353 additions and 283 deletions
|
|
@ -129,7 +129,7 @@ impl Context {
|
|||
let tor_socks5_port = tor.map(|tor| tor.tor_socks5_port);
|
||||
|
||||
START.call_once(|| {
|
||||
let _ = cli::tracing::init(debug, json, data_dir.join("logs"), None);
|
||||
let _ = cli::tracing::init(debug, json, data_dir.join("logs"));
|
||||
});
|
||||
|
||||
let context = Context {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue