diff options
author | John Newbery <john@johnnewbery.com> | 2018-09-20 16:41:08 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-09-20 17:26:14 -0400 |
commit | 25548b295861c19ad0c25319df727216f81f21a8 (patch) | |
tree | ca3e709c737b0e0810266f29ec9e8ebe0ebc9450 /src/init.cpp | |
parent | 9a3a984bb884c1153866b64845db7300121966b3 (diff) |
[wallet] Remove -usehd
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 9386c46ce7..119c79338c 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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"}; |