From ad58058b5bf43f5cf4d148d5fa751869174b3af4 Mon Sep 17 00:00:00 2001
From: "hinto.janai" <hinto.janai@protonmail.com>
Date: Thu, 13 Jul 2023 11:50:10 -0400
Subject: [PATCH] node: remove `monero2.10z.com.ar`

Bad uptime.
---
 src/node.rs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/node.rs b/src/node.rs
index ad90858..c51c8e2 100644
--- a/src/node.rs
+++ b/src/node.rs
@@ -34,9 +34,8 @@ 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); 24] = [
+pub const REMOTE_NODES: [(&str, &str, &str, &str); 23] = [
 	("monero.10z.com.ar",           "AR - Buenos Aires F.D.",         "18089", "18084"),
-	("monero2.10z.com.ar",          "BR - São Paulo",                 "18089", "18083"),
 	("monero1.heitechsoft.com",     "CA - Ontario",                   "18081", "18084"),
 	("node.monerodevs.org",         "CA - Quebec",                    "18089", "18084"),
 	("node.moneroworld.com",        "CA - Quebec",                    "18089", "18084"),