We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0902d31 commit 742c4d8Copy full SHA for 742c4d8
pallets/subtensor/src/subnets/subnet.rs
@@ -277,9 +277,7 @@ impl<T: Config> Pallet<T> {
277
Self::set_immunity_period(netuid, 5000);
278
Self::set_min_difficulty(netuid, u64::MAX);
279
Self::set_max_difficulty(netuid, u64::MAX);
280
-
281
Self::set_burn(netuid, TaoBalance::from(1_000_000_000));
282
- let current_block = Self::get_current_block_as_u64();
283
284
// Make network parameters explicit.
285
if !Tempo::<T>::contains_key(netuid) {
0 commit comments