Skip to content

Commit

Permalink
Merge branch 'testnet_290524' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
distributedstatemachine authored May 29, 2024
2 parents 255d867 + 037d7cc commit 737adf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ parameter_types! {
pub const SubtensorInitialPruningScore : u16 = u16::MAX;
pub const SubtensorInitialBondsMovingAverage: u64 = 900_000;
pub const SubtensorInitialDefaultTake: u16 = 11_796; // 18% honest number.
pub const SubtensorInitialMinTake: u16 = 0;
pub const SubtensorInitialMinTake: u16 = 11_796; // 18%, no change is allowed initially
pub const SubtensorInitialWeightsVersionKey: u64 = 0;
pub const SubtensorInitialMinDifficulty: u64 = 10_000_000;
pub const SubtensorInitialMaxDifficulty: u64 = u64::MAX / 4;
Expand Down

0 comments on commit 737adf8

Please sign in to comment.