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

Enforce inclusion of TradeLimits for headless apps #5857

Merged
merged 2 commits into from Nov 24, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 0 additions & 7 deletions daemon/src/main/java/bisq/daemon/app/BisqDaemonMain.java
Expand Up @@ -91,13 +91,6 @@ protected void applyInjector() {
@Override
protected void startApplication() {
super.startApplication();

// We need to be in user thread! We mapped at launchApplication already...
headlessApp.startApplication();

// In headless mode we don't have an async behaviour so we trigger the setup by
// calling onApplicationStarted.
onApplicationStarted();
}

@Override
Expand Down