From cc4d6f0faed78ecd9f818301dde1de1f1984b512 Mon Sep 17 00:00:00 2001
From: "hinto.janai" <hinto.janai@protonmail.com>
Date: Mon, 24 Apr 2023 13:42:42 -0400
Subject: [PATCH] node: remove `node-01-xmr.godevs.cloud`

---
 README.md   | 1 -
 src/node.rs | 1 -
 2 files changed, 2 deletions(-)

diff --git a/README.md b/README.md
index 5a05175..4c43fce 100644
--- a/README.md
+++ b/README.md
@@ -575,7 +575,6 @@ These are the remote nodes used by Gupax in the `[P2Pool Simple]` tab. They are
 | monero.homeqloud.com             | πŸ‡¬πŸ‡· GR - East Macedonia and Thrace | 18089    | 18083       |
 | home.allantaylor.kiwi            | πŸ‡³πŸ‡Ώ NZ - Canterbury                | 18089    | 18083       |
 | ru.poiuty.com                    | πŸ‡·πŸ‡Ί RU - Kuzbass                   | 18081    | 18084       |
-| node-01-xmr.godevs.cloud         | πŸ‡ΈπŸ‡¬ SG - Singapore                 | 18089    | 18083       |
 | node-02-xmr.godevs.cloud         | πŸ‡ΈπŸ‡¬ SG - Singapore                 | 18089    | 18083       |
 | radishfields.hopto.org           | πŸ‡ΊπŸ‡Έ US - Colorado                  | 18081    | 18084       |
 | xmrbandwagon.hopto.org           | πŸ‡ΊπŸ‡Έ US - Colorado                  | 18081    | 18084       |
diff --git a/src/node.rs b/src/node.rs
index c2b33cb..6f43513 100644
--- a/src/node.rs
+++ b/src/node.rs
@@ -49,7 +49,6 @@ pub const REMOTE_NODES: [(&str, &str, &str, &str); 23] = [
 	("monero.homeqloud.com",        "GR - East Macedonia and Thrace", "18089", "18083"),
 	("home.allantaylor.kiwi",       "NZ - Canterbury",                "18089", "18083"),
 	("ru.poiuty.com",               "RU - Kuzbass",                   "18081", "18084"),
-	("node-01-xmr.godevs.cloud",    "SG - Singapore",                 "18089", "18083"),
 	("node-02-xmr.godevs.cloud",    "SG - Singapore",                 "18089", "18083"),
 	("radishfields.hopto.org",      "US - Colorado",                  "18081", "18084"),
 	("xmrbandwagon.hopto.org",      "US - Colorado",                  "18081", "18084"),