File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1252,7 +1252,7 @@ pub mod pallet {
12521252 /// The extrinsic will call the Subtensor pallet to set the minimum delegate take.
12531253 #[ pallet:: call_index( 46 ) ]
12541254 #[ pallet:: weight( (
1255- Weight :: from_parts( 5_000_000 , 0 ) . saturating_add( T :: DbWeight :: get( ) . writes( 1_u64 ) ) ,
1255+ Weight :: from_parts( 7_885_000 , 0 ) . saturating_add( T :: DbWeight :: get( ) . writes( 1_u64 ) ) ,
12561256 DispatchClass :: Operational ,
12571257 Pays :: Yes
12581258 ) ) ]
@@ -1999,7 +1999,7 @@ pub mod pallet {
19991999 /// Only callable by root.
20002000 #[ pallet:: call_index( 74 ) ]
20012001 #[ pallet:: weight( (
2002- Weight :: from_parts( 5_771_000 , 0 )
2002+ Weight :: from_parts( 9_418_000 , 0 )
20032003 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 0_u64 ) )
20042004 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ,
20052005 DispatchClass :: Operational
You can’t perform that action at this time.
0 commit comments