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 @@ -1195,7 +1195,7 @@ mod dispatches {
1195
1195
#[ pallet:: call_index( 59 ) ]
1196
1196
#[ pallet:: weight( ( Weight :: from_parts( 260_500_000 , 0 )
1197
1197
. saturating_add( T :: DbWeight :: get( ) . reads( 33 ) )
1198
- . saturating_add( T :: DbWeight :: get( ) . writes( 52 ) ) , DispatchClass :: Operational , Pays :: No ) ) ]
1198
+ . saturating_add( T :: DbWeight :: get( ) . writes( 51 ) ) , DispatchClass :: Operational , Pays :: No ) ) ]
1199
1199
pub fn register_network ( origin : OriginFor < T > , hotkey : T :: AccountId ) -> DispatchResult {
1200
1200
Self :: do_register_network ( origin, & hotkey, 1 , None )
1201
1201
}
@@ -1533,7 +1533,7 @@ mod dispatches {
1533
1533
#[ pallet:: call_index( 79 ) ]
1534
1534
#[ pallet:: weight( ( Weight :: from_parts( 239_700_000 , 0 )
1535
1535
. saturating_add( T :: DbWeight :: get( ) . reads( 32 ) )
1536
- . saturating_add( T :: DbWeight :: get( ) . writes( 51 ) ) , DispatchClass :: Operational , Pays :: No ) ) ]
1536
+ . saturating_add( T :: DbWeight :: get( ) . writes( 50 ) ) , DispatchClass :: Operational , Pays :: No ) ) ]
1537
1537
pub fn register_network_with_identity (
1538
1538
origin : OriginFor < T > ,
1539
1539
hotkey : T :: AccountId ,
You can’t perform that action at this time.
0 commit comments