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 @@ -1940,8 +1940,8 @@ pub mod pallet {
19401940 /// The extrinsic sets the minimum allowed UIDs for a subnet.
19411941 /// It is only callable by the root account.
19421942 #[ pallet:: call_index( 79 ) ]
1943- #[ pallet:: weight( Weight :: from_parts( 24_370_000 , 0 )
1944- . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 3_u64 ) )
1943+ #[ pallet:: weight( Weight :: from_parts( 31_550_000 , 0 )
1944+ . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 5_u64 ) )
19451945 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
19461946 pub fn sudo_set_min_allowed_uids (
19471947 origin : OriginFor < T > ,
Original file line number Diff line number Diff line change @@ -882,7 +882,7 @@ mod dispatches {
882882 /// - Attempting to set prometheus information withing the rate limit min.
883883 ///
884884 #[ pallet:: call_index( 40 ) ]
885- #[ pallet:: weight( ( Weight :: from_parts( 41_240_000 , 0 )
885+ #[ pallet:: weight( ( Weight :: from_parts( 32_510_000 , 0 )
886886 . saturating_add( T :: DbWeight :: get( ) . reads( 4 ) )
887887 . saturating_add( T :: DbWeight :: get( ) . writes( 1 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
888888 pub fn serve_axon_tls (
You can’t perform that action at this time.
0 commit comments