Skip to content

Commit

Permalink
Merge pull request #4032 from wiz/remove-coinmarketcap-as-pricenode-p…
Browse files Browse the repository at this point in the history
…rovider

Pricenode crashes on startup due to CoinMarketCap retired API
  • Loading branch information
sqrrm authored Mar 6, 2020
2 parents 879c3f2 + cdf0a9b commit 72bcc4a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 79 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* {@link org.springframework.core.annotation.Order} annotation to determine their
* precedence over each other in the case of two or more services returning exchange rate
* data for the same currency pair. In such cases, results from the provider with the
* higher order value will taking precedence over the provider with a lower value,
* higher order value will take precedence over the provider with a lower value,
* presuming that such providers are being iterated over in an ordered list.
*
* @see ExchangeRateService#ExchangeRateService(java.util.List)
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import java.util.stream.Stream;

@Component
@Order(4)
@Order(3)
class Poloniex extends ExchangeRateProvider {

private final RestTemplate restTemplate = new RestTemplate();
Expand Down

0 comments on commit 72bcc4a

Please sign in to comment.