From 65166bfd6188ea4a3a8363653507c63dc0498d27 Mon Sep 17 00:00:00 2001 From: jmwample Date: Mon, 3 Mar 2025 16:41:08 -0700 Subject: [PATCH] remove the nyxd provider, if implemented it will be a separate effort --- common/topology/src/providers/mod.rs | 2 +- common/topology/src/providers/nyxd.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 common/topology/src/providers/nyxd.rs 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 @@ -