Skip to content

Commit

Permalink
set hotkeyemission tempo to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Oct 29, 2024
1 parent cd292e3 commit bac35f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/subtensor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ pub mod pallet {
#[pallet::type_value]
/// Default value for network immunity period.
pub fn DefaultHotkeyEmissionTempo<T: Config>() -> u64 {
T::InitialHotkeyEmissionTempo::get()
60 // T::InitialHotkeyEmissionTempo::get()
}
#[pallet::type_value]
/// Default value for rate limiting
Expand Down

0 comments on commit bac35f9

Please sign in to comment.