Expose the telemetry external transport in the config (#2939)

* Expose the telemetry external transport in the config

* Fix tests
This commit is contained in:
Pierre Krieger
2019-06-26 09:05:49 +02:00
committed by Bastian Köcher
parent 8b89c7ae62
commit db71e0cc48
4 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ pub use config::{NodeKeyConfig, Secret, Secp256k1Secret, Ed25519Secret};
pub use protocol::{PeerInfo, Context, consensus_gossip, message, specialization};
pub use protocol::sync::SyncState;
pub use libp2p::{Multiaddr, multiaddr, build_multiaddr};
pub use libp2p::{identity, PeerId, core::PublicKey};
pub use libp2p::{identity, PeerId, core::PublicKey, wasm_ext::ExtTransport};
pub use message::{generic as generic_message, RequestId, Status as StatusMessage};
pub use error::Error;