Skip to content

Commit 742c4d8

Browse files
committed
remove unused
1 parent 0902d31 commit 742c4d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pallets/subtensor/src/subnets/subnet.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,7 @@ impl<T: Config> Pallet<T> {
277277
Self::set_immunity_period(netuid, 5000);
278278
Self::set_min_difficulty(netuid, u64::MAX);
279279
Self::set_max_difficulty(netuid, u64::MAX);
280-
281280
Self::set_burn(netuid, TaoBalance::from(1_000_000_000));
282-
let current_block = Self::get_current_block_as_u64();
283281

284282
// Make network parameters explicit.
285283
if !Tempo::<T>::contains_key(netuid) {

0 commit comments

Comments
 (0)