Fix telemetry (#231)

* Fix telemetry

* Correct default telemetry

* Extra logging
This commit is contained in:
Gav Wood
2018-06-22 18:26:22 +02:00
committed by GitHub
parent 6d4e2dd648
commit 8a346afc43
+1 -1
View File
@@ -84,7 +84,7 @@ use futures::sync::mpsc;
use futures::{Sink, Future, Stream};
use tokio_core::reactor;
const DEFAULT_TELEMETRY_URL: &str = "wss://telemetry.polkadot.io:443";
const DEFAULT_TELEMETRY_URL: &str = "ws://telemetry.polkadot.io:1024";
#[derive(Clone)]
struct SystemConfiguration {