Add nectar binary

This commit is contained in:
Franck Royer 2021-02-11 15:07:01 +11:00
parent c117885dad
commit 83dcf4ba3c
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -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(),