diff options
| author | John Newbery <[email protected]> | 2018-09-20 16:41:08 -0400 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2018-09-20 17:26:14 -0400 |
| commit | 25548b295861c19ad0c25319df727216f81f21a8 (patch) | |
| tree | ca3e709c737b0e0810266f29ec9e8ebe0ebc9450 /src/init.cpp | |
| parent | Merge #14272: init: Remove deprecated args from hidden args (diff) | |
| download | discoin-25548b295861c19ad0c25319df727216f81f21a8.tar.xz discoin-25548b295861c19ad0c25319df727216f81f21a8.zip | |
[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 9386c46ce..119c79338 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"}; |