mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-17 09:34:16 -05:00
feat(cli): Remove --debug flag
This commit is contained in:
parent
815692af5b
commit
9af6bcc504
6 changed files with 53 additions and 87 deletions
|
|
@ -173,7 +173,6 @@ pub async fn initialize_context(
|
|||
})
|
||||
.with_monero(settings.monero_node_config)
|
||||
.with_json(false)
|
||||
.with_debug(true)
|
||||
.with_tor(settings.use_tor)
|
||||
.with_enable_monero_tor(settings.enable_monero_tor)
|
||||
.with_tauri(tauri_handle.clone())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue