mirror of
https://github.com/hinto-janai/gupax.git
synced 2025-02-02 03:06:25 +00:00
node: remove monero2.10z.com.ar
Bad uptime.
This commit is contained in:
parent
083412157f
commit
ad58058b5b
1 changed files with 1 additions and 2 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue