File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ pub mod pallet {
262
262
/// Default stake delta.
263
263
pub fn DefaultStakeDelta < T : Config > ( ) -> i128 {
264
264
0
265
- }
265
+ }
266
266
#[ pallet:: type_value]
267
267
/// Default stakes per interval.
268
268
pub fn DefaultStakesPerInterval < T : Config > ( ) -> ( u64 , u64 ) {
@@ -806,7 +806,7 @@ pub mod pallet {
806
806
i128 ,
807
807
ValueQuery ,
808
808
DefaultStakeDelta < T > ,
809
- > ;
809
+ > ;
810
810
#[ pallet:: storage]
811
811
/// DMAP ( parent, netuid ) --> Vec<(proportion,child)>
812
812
pub type ChildKeys < T : Config > = StorageDoubleMap <
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ impl<T: Config> Pallet<T> {
214
214
PendingdHotkeyEmission :: < T > :: insert ( new_hotkey, old_pending_hotkey_emission) ;
215
215
weight. saturating_accrue ( T :: DbWeight :: get ( ) . reads_writes ( 2 , 2 ) ) ;
216
216
}
217
-
217
+
218
218
// 10. Swap all subnet specific info.
219
219
let all_netuids: Vec < u16 > = Self :: get_all_subnet_netuids ( ) ;
220
220
for netuid in all_netuids {
You can’t perform that action at this time.
0 commit comments