File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pallets/subtensor/src/macros Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1682,7 +1682,7 @@ mod dispatches {
16821682 ///
16831683 #[ pallet:: call_index( 89 ) ]
16841684 #[ pallet:: weight( ( Weight :: from_parts( 377_400_000 , 0 )
1685- . saturating_add( T :: DbWeight :: get( ) . reads( 31_u64 ) )
1685+ . saturating_add( T :: DbWeight :: get( ) . reads( 30_u64 ) )
16861686 . saturating_add( T :: DbWeight :: get( ) . writes( 14 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
16871687 pub fn remove_stake_limit (
16881688 origin : OriginFor < T > ,
@@ -1906,7 +1906,7 @@ mod dispatches {
19061906 /// Without limit_price it remove all the stake similar to `remove_stake` extrinsic
19071907 #[ pallet:: call_index( 103 ) ]
19081908 #[ pallet:: weight( ( Weight :: from_parts( 395_300_000 , 10142 )
1909- . saturating_add( T :: DbWeight :: get( ) . reads( 31_u64 ) )
1909+ . saturating_add( T :: DbWeight :: get( ) . reads( 30_u64 ) )
19101910 . saturating_add( T :: DbWeight :: get( ) . writes( 14_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
19111911 pub fn remove_stake_full_limit (
19121912 origin : T :: RuntimeOrigin ,
You can’t perform that action at this time.
0 commit comments