Skip to content

Commit

Permalink
more thought on weight table
Browse files Browse the repository at this point in the history
  • Loading branch information
coachchucksol committed Sep 27, 2024
1 parent 185cf76 commit 27f1141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion weight_table_core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub mod config;
// pub mod redacted_config;
pub mod error;
pub mod weight;
pub mod weight_table;
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 27f1141

Please sign in to comment.