From fdecf6f33c006ae4dffe386f6af8597f4bdcd05a Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Mon, 2 Sep 2019 12:22:25 +0200 Subject: [PATCH] Remove cbeams pricenode from ProvidersRepository The BitcoinAverage developer plan API keys in use for this node have recently expired. Given that we already have four other pricenodes up and running, there's no compelling reason to keep this fifth one in place and to pay for hosting and API keys for it every month. --- core/src/main/java/bisq/core/provider/ProvidersRepository.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/java/bisq/core/provider/ProvidersRepository.java b/core/src/main/java/bisq/core/provider/ProvidersRepository.java index 3f97db1e68..27f7b9bc05 100644 --- a/core/src/main/java/bisq/core/provider/ProvidersRepository.java +++ b/core/src/main/java/bisq/core/provider/ProvidersRepository.java @@ -44,7 +44,6 @@ public class ProvidersRepository { "http://xc3nh4juf2hshy7e.onion/", // @emzy "http://ceaanhbvluug4we6.onion/", // @mrosseel "http://44mgyoe2b6oqiytt.onion/", // @devinbileck - "http://5bmpx76qllutpcyp.onion/", // @cbeams "http://62nvujg5iou3vu3i.onion/" // @alexej996 );