Remove unused wallet listener and owner from config (#1483)
This commit is contained in:
committed by
GitHub
parent
54a4bb5b58
commit
2e6f7f72b3
@@ -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(),
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user