Skip to content

Commit 737adf8

Browse files
Merge branch 'testnet_290524' into development
2 parents 255d867 + 037d7cc commit 737adf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ parameter_types! {
797797
pub const SubtensorInitialPruningScore : u16 = u16::MAX;
798798
pub const SubtensorInitialBondsMovingAverage: u64 = 900_000;
799799
pub const SubtensorInitialDefaultTake: u16 = 11_796; // 18% honest number.
800-
pub const SubtensorInitialMinTake: u16 = 0;
800+
pub const SubtensorInitialMinTake: u16 = 11_796; // 18%, no change is allowed initially
801801
pub const SubtensorInitialWeightsVersionKey: u64 = 0;
802802
pub const SubtensorInitialMinDifficulty: u64 = 10_000_000;
803803
pub const SubtensorInitialMaxDifficulty: u64 = u64::MAX / 4;

0 commit comments

Comments
 (0)