mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-20 15:30:36 -04:00
fetch prices repeatedly when run as daemon
This commit is contained in:
parent
a3a5b96c06
commit
a5f457d8e9
6 changed files with 12 additions and 8 deletions
|
@ -33,7 +33,7 @@ public class MarketPriceFeedServiceTest {
|
|||
public void testGetPrice() throws InterruptedException {
|
||||
PriceFeedService priceFeedService = new PriceFeedService(null, null, null);
|
||||
priceFeedService.setCurrencyCode("EUR");
|
||||
priceFeedService.requestPriceFeed(tradeCurrency -> {
|
||||
priceFeedService.startRequestingPrices(tradeCurrency -> {
|
||||
log.debug(tradeCurrency.toString());
|
||||
assertTrue(true);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue