diff --git a/weight_table_core/src/lib.rs b/weight_table_core/src/lib.rs index 5019270..ab0723f 100644 --- a/weight_table_core/src/lib.rs +++ b/weight_table_core/src/lib.rs @@ -1,4 +1,4 @@ -pub mod config; +// pub mod redacted_config; pub mod error; pub mod weight; pub mod weight_table; diff --git a/weight_table_core/src/config.rs b/weight_table_core/src/redacted_config.rs similarity index 96% rename from weight_table_core/src/config.rs rename to weight_table_core/src/redacted_config.rs index 36e1ced..36bfb4c 100644 --- a/weight_table_core/src/config.rs +++ b/weight_table_core/src/redacted_config.rs @@ -5,6 +5,8 @@ use solana_program::pubkey::Pubkey; use crate::{error::WeightTableError, weight::Weight}; +// May not go with the config approach + // One config per ncn #[derive(