mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Do not overwrite useDevMode with useDevModeHeader
If --useDevModeHeader is not set it is false by default. If user has --useDevMode=true set it would overwrite his value.
This commit is contained in:
parent
63444b1f77
commit
720b63fc00
1 changed files with 0 additions and 1 deletions
|
@ -165,7 +165,6 @@ public abstract class BisqExecutable implements GracefulShutDownHandler, BisqSet
|
|||
|
||||
protected void setupDevEnv() {
|
||||
DevEnv.setDevMode(config.useDevMode);
|
||||
DevEnv.setDevMode(config.useDevModeHeader);
|
||||
DevEnv.setDaoActivated(config.daoActivated);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue