We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e0f34 commit a4b2554Copy full SHA for a4b2554
pallets/subtensor/src/root.rs
@@ -724,7 +724,7 @@ impl<T: Config> Pallet<T> {
724
Self::set_max_weight_limit(netuid, u16::MAX);
725
Self::set_adjustment_interval(netuid, 360);
726
Self::set_target_registrations_per_interval(netuid, 1);
727
- Self::set_adjustment_alpha(netuid, 58000);
+ Self::set_adjustment_alpha(netuid, 17_893_341_751_498_265_066); // 18_446_744_073_709_551_615 * 0.97 = 17_893_341_751_498_265_066
728
Self::set_immunity_period(netuid, 5000);
729
Self::set_min_burn(netuid, 1);
730
Self::set_min_difficulty(netuid, u64::MAX);
0 commit comments