mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 17:21:01 +00:00
Kill all nodes from "Earth" for now
This commit is contained in:
@@ -115,7 +115,12 @@ impl NodeConnector {
|
|||||||
match &*node.chain {
|
match &*node.chain {
|
||||||
"Kusama CC3" => node.chain = "Kusama".into(),
|
"Kusama CC3" => node.chain = "Kusama".into(),
|
||||||
"Polkadot CC1" => node.chain = "Polkadot".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 });
|
self.aggregator.do_send(AddNode { node, conn_id, rec });
|
||||||
|
|||||||
Reference in New Issue
Block a user