File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2210,7 +2210,7 @@ mod dispatches {
22102210 #[ pallet:: call_index( 114 ) ]
22112211 #[ pallet:: weight( ( Weight :: from_parts( 29_930_000 , 0 )
22122212 . saturating_add( T :: DbWeight :: get( ) . reads( 4_u64 ) )
2213- . saturating_add( T :: DbWeight :: get( ) . writes( 2_u64 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
2213+ . saturating_add( T :: DbWeight :: get( ) . writes( 2_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
22142214 pub fn set_coldkey_auto_stake_hotkey (
22152215 origin : T :: RuntimeOrigin ,
22162216 netuid : NetUid ,
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ impl<T: Config> Pallet<T> {
165165 netuid,
166166 owed_u64. into ( ) ,
167167 T :: SwapInterface :: min_price :: < TaoCurrency > ( ) ,
168- false ,
168+ true ,
169169 ) {
170170 Ok ( owed_tao) => owed_tao,
171171 Err ( err) => {
You can’t perform that action at this time.
0 commit comments