Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop xmr proof service at dispute #4474

Merged
Merged
1 change: 0 additions & 1 deletion core/src/main/java/bisq/core/app/BisqExecutable.java
Expand Up @@ -165,7 +165,6 @@ protected void applyInjector() {

protected void setupDevEnv() {
DevEnv.setDevMode(config.useDevMode);
DevEnv.setDevMode(config.useDevModeHeader);
DevEnv.setDaoActivated(config.daoActivated);
}

Expand Down
2 changes: 1 addition & 1 deletion desktop/src/main/java/bisq/desktop/theme-light.css
Expand Up @@ -108,7 +108,7 @@
-bs-chart-dao-line2: -bs-color-blue-5;

/* Monero orange color code */
-xmr-orange: #F26822;
-xmr-orange: #f26822;
}

.warning-box {
Expand Down