mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Add nectar
binary
This commit is contained in:
parent
c117885dad
commit
83dcf4ba3c
@ -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")
|
.with_prompt("Enter data directory for nectar or hit return to use default")
|
||||||
.default(
|
.default(
|
||||||
default_data_dir()
|
default_data_dir()
|
||||||
.context("Not default data dir value for this system")?
|
.context("No default data dir value for this system")?
|
||||||
.to_str()
|
.to_str()
|
||||||
.context("Unsupported characters in default path")?
|
.context("Unsupported characters in default path")?
|
||||||
.to_string(),
|
.to_string(),
|
||||||
|
Loading…
Reference in New Issue
Block a user