Skip to content

Commit 27f1141

Browse files
committed
more thought on weight table
1 parent 185cf76 commit 27f1141

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

weight_table_core/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub mod config;
1+
// pub mod redacted_config;
22
pub mod error;
33
pub mod weight;
44
pub mod weight_table;

weight_table_core/src/config.rs weight_table_core/src/redacted_config.rs

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ use solana_program::pubkey::Pubkey;
55

66
use crate::{error::WeightTableError, weight::Weight};
77

8+
// May not go with the config approach
9+
810
// One config per ncn
911

1012
#[derive(

0 commit comments

Comments
 (0)