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

Optimize trade chart view [6] #5794

Merged
merged 12 commits into from Nov 9, 2021
@@ -1,4 +1,4 @@
package bisq.common.util;/*
/*
* This file is part of Bisq.
*
* Bisq is free software: you can redistribute it and/or modify it
Expand All @@ -15,6 +15,8 @@
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
*/

package bisq.common.util;

import java.util.List;
import java.util.concurrent.CompletableFuture;
import java.util.stream.Collectors;
Expand Down