remove inverted crypto prices; always use price per XMR (base/quote) (#1821)

This commit is contained in:
woodser 2025-07-21 09:56:57 -04:00 committed by GitHub
parent 51d40d73a7
commit a4d744aa53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
89 changed files with 588 additions and 728 deletions

View file

@ -48,7 +48,6 @@ import haveno.proto.grpc.MarketPriceReply;
import haveno.proto.grpc.MarketPriceRequest;
import haveno.proto.grpc.MarketPricesReply;
import haveno.proto.grpc.MarketPricesRequest;
import static haveno.proto.grpc.PriceGrpc.PriceImplBase;
import static haveno.proto.grpc.PriceGrpc.getGetMarketPriceMethod;
import haveno.proto.grpc.PriceGrpc.PriceImplBase;
import io.grpc.ServerInterceptor;
@ -57,8 +56,6 @@ import java.util.HashMap;
import java.util.List;
import java.util.Optional;
import static haveno.daemon.grpc.interceptor.GrpcServiceRateMeteringConfig.getCustomRateMeteringInterceptor;
import static haveno.proto.grpc.PriceGrpc.getGetMarketPriceMethod;
import static java.util.concurrent.TimeUnit.SECONDS;
import lombok.extern.slf4j.Slf4j;