mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-26 00:38:00 +00:00
Kill all nodes from "Earth" for now
This commit is contained in:
@@ -115,7 +115,12 @@ impl NodeConnector {
|
||||
match &*node.chain {
|
||||
"Kusama CC3" => node.chain = "Kusama".into(),
|
||||
"Polkadot CC1" => node.chain = "Polkadot".into(),
|
||||
_ => (),
|
||||
"Earth" => {
|
||||
// Temp, there is too many of them
|
||||
ctx.stop();
|
||||
return;
|
||||
},
|
||||
_ => ()
|
||||
}
|
||||
|
||||
self.aggregator.do_send(AddNode { node, conn_id, rec });
|
||||
|
||||
Reference in New Issue
Block a user