mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-18 19:28:08 -04:00
remove inverted crypto prices; always use price per XMR (base/quote) (#1821)
This commit is contained in:
parent
51d40d73a7
commit
a4d744aa53
89 changed files with 588 additions and 728 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue