diff --git a/common/topology/src/providers/mod.rs b/common/topology/src/providers/mod.rs index fc506c60db..8f3c6edcf2 100644 --- a/common/topology/src/providers/mod.rs +++ b/common/topology/src/providers/mod.rs @@ -4,7 +4,7 @@ use crate::NymTopology; pub use async_trait::async_trait; -pub mod nyxd; +/// Cached Topology Provider built using efficient piecewise requests. pub mod piecewise; #[cfg(not(target_arch = "wasm32"))] diff --git a/common/topology/src/providers/nyxd.rs b/common/topology/src/providers/nyxd.rs deleted file mode 100644 index 8b13789179..0000000000 --- a/common/topology/src/providers/nyxd.rs +++ /dev/null @@ -1 +0,0 @@ -