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 @@ -1231,7 +1231,7 @@ mod dispatches {
12311231 #[ pallet:: call_index( 59 ) ]
12321232 #[ pallet:: weight( ( Weight :: from_parts( 235_400_000 , 0 )
12331233 . saturating_add( T :: DbWeight :: get( ) . reads( 36_u64 ) )
1234- . saturating_add( T :: DbWeight :: get( ) . writes( 53_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
1234+ . saturating_add( T :: DbWeight :: get( ) . writes( 52_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
12351235 pub fn register_network ( origin : OriginFor < T > , hotkey : T :: AccountId ) -> DispatchResult {
12361236 Self :: do_register_network ( origin, & hotkey, 1 , None )
12371237 }
@@ -1519,7 +1519,7 @@ mod dispatches {
15191519 #[ pallet:: call_index( 79 ) ]
15201520 #[ pallet:: weight( ( Weight :: from_parts( 234_200_000 , 0 )
15211521 . saturating_add( T :: DbWeight :: get( ) . reads( 35_u64 ) )
1522- . saturating_add( T :: DbWeight :: get( ) . writes( 52_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
1522+ . saturating_add( T :: DbWeight :: get( ) . writes( 51_u64 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
15231523 pub fn register_network_with_identity (
15241524 origin : OriginFor < T > ,
15251525 hotkey : T :: AccountId ,
You can’t perform that action at this time.
0 commit comments