mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-01 04:56:37 -04:00
Add nectar
binary
This commit is contained in:
parent
c117885dad
commit
83dcf4ba3c
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ pub fn query_user_for_initial_testnet_config() -> Result<Config> {
|
|||
.with_prompt("Enter data directory for nectar or hit return to use default")
|
||||
.default(
|
||||
default_data_dir()
|
||||
.context("Not default data dir value for this system")?
|
||||
.context("No default data dir value for this system")?
|
||||
.to_str()
|
||||
.context("Unsupported characters in default path")?
|
||||
.to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue