mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
[wallet] Remove -usehd
This commit is contained in:
parent
9a3a984bb8
commit
25548b2958
4 changed files with 2 additions and 22 deletions
|
|
@ -323,7 +323,7 @@ void SetupServerArgs()
|
|||
|
||||
// Hidden Options
|
||||
std::vector<std::string> hidden_args = {"-h", "-help",
|
||||
"-dbcrashratio", "-forcecompactdb", "-usehd",
|
||||
"-dbcrashratio", "-forcecompactdb",
|
||||
// GUI args. These will be overwritten by SetupUIArgs for the GUI
|
||||
"-allowselfsignedrootcertificates", "-choosedatadir", "-lang=<lang>", "-min", "-resetguisettings", "-rootcertificates=<file>", "-splash", "-uiplatform"};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue