mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
add missing comment for config file value, used during migration (#642)
This commit is contained in:
parent
2924a0ddb2
commit
cecb084753
1 changed files with 8 additions and 0 deletions
|
@ -222,6 +222,14 @@ fn comments() -> HashMap<String, String> {
|
||||||
.to_string(),
|
.to_string(),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
retval.insert(
|
||||||
|
"skip_send_attempt".to_string(),
|
||||||
|
"
|
||||||
|
#Whether to skip send attempts (used for debugging)
|
||||||
|
"
|
||||||
|
.to_string(),
|
||||||
|
);
|
||||||
|
|
||||||
retval.insert(
|
retval.insert(
|
||||||
"use_tor_listener".to_string(),
|
"use_tor_listener".to_string(),
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue