Skip to content

Commit 9682e70

Browse files
authored
Merge pull request #399 from opentensor/feat/set-narrow-take-limit-bounds
Change minimum take to 18%
2 parents c00ff02 + 6be147d commit 9682e70

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
@@ -779,7 +779,7 @@ parameter_types! {
779779
pub const SubtensorInitialPruningScore : u16 = u16::MAX;
780780
pub const SubtensorInitialBondsMovingAverage: u64 = 900_000;
781781
pub const SubtensorInitialDefaultTake: u16 = 11_796; // 18% honest number.
782-
pub const SubtensorInitialMinTake: u16 = 0;
782+
pub const SubtensorInitialMinTake: u16 = 11_796; // 18%, no change is allowed initially
783783
pub const SubtensorInitialWeightsVersionKey: u64 = 0;
784784
pub const SubtensorInitialMinDifficulty: u64 = 10_000_000;
785785
pub const SubtensorInitialMaxDifficulty: u64 = u64::MAX / 4;

0 commit comments

Comments
 (0)