Remove unused wallet listener and owner from config (#1483)

This commit is contained in:
Quentin Le Sceller
2018-09-06 10:34:08 +00:00
committed by GitHub
parent 54a4bb5b58
commit 2e6f7f72b3
2 changed files with 0 additions and 26 deletions
-18
View File
@@ -106,24 +106,6 @@ fn comments() -> HashMap<String, String> {
.to_string(),
);
retval.insert(
"run_wallet_listener".to_string(),
"
#Whether to run the wallet listener with the server by default
"
.to_string(),
);
retval.insert(
"run_wallet_owner_api".to_string(),
"
# Whether to run the web-wallet API (will only run on localhost)
# grin wallet web will run this automatically, so this should
# only be set to true for test/development purposes
"
.to_string(),
);
retval.insert(
"run_test_miner".to_string(),
"