From 554f94ece0553f1c0d3eb4d2ad0c92d3b251b95a Mon Sep 17 00:00:00 2001 From: "hinto.janai" Date: Wed, 1 Mar 2023 12:06:37 -0500 Subject: [PATCH] node: remove `fbx.tranbert.com` (failing daily ping tests) --- src/node.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/node.rs b/src/node.rs index 46acecf..914cf72 100644 --- a/src/node.rs +++ b/src/node.rs @@ -34,7 +34,7 @@ use hyper::{ // Remote Monero Nodes with ZMQ enabled, sourced from: [https://github.com/hinto-janai/monero-nodes] // The format is an array of tuples consisting of: (IP, LOCATION, RPC_PORT, ZMQ_PORT) -pub const REMOTE_NODES: [(&str, &str, &str, &str); 22] = [ +pub const REMOTE_NODES: [(&str, &str, &str, &str); 21] = [ ("monero.10z.com.ar", "AR - Buenos Aires F.D.", "18089", "18084"), ("escom.sadovo.com", "BG - Plovdiv", "18089", "18084"), ("monero2.10z.com.ar", "BR - São Paulo", "18089", "18083"), @@ -43,7 +43,6 @@ pub const REMOTE_NODES: [(&str, &str, &str, &str); 22] = [ ("de.poiuty.com", "DE - Berlin", "18081", "18084"), ("m1.poiuty.com", "DE - Berlin", "18081", "18084"), ("p2pmd.xmrvsbeast.com", "DE - Hesse", "18081", "18083"), - ("fbx.tranbert.com", "FR - Île-de-France", "18089", "18084"), ("reynald.ro", "FR - Île-de-France", "18089", "18084"), ("node2.monerodevs.org", "FR - Occitanie", "18089", "18084"), ("monero.homeqloud.com", "GR - East Macedonia and Thrace", "18089", "18083"),