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 @@ -891,7 +891,7 @@ mod dispatches {
891
891
#[ pallet:: call_index( 6 ) ]
892
892
#[ pallet:: weight( ( Weight :: from_parts( 161_800_000 , 0 )
893
893
. saturating_add( T :: DbWeight :: get( ) . reads( 26 ) )
894
- . saturating_add( T :: DbWeight :: get( ) . writes( 23 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
894
+ . saturating_add( T :: DbWeight :: get( ) . writes( 23 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
895
895
pub fn register (
896
896
origin : OriginFor < T > ,
897
897
netuid : NetUid ,
@@ -926,7 +926,7 @@ mod dispatches {
926
926
#[ pallet:: call_index( 7 ) ]
927
927
#[ pallet:: weight( ( Weight :: from_parts( 278_400_000 , 0 )
928
928
. saturating_add( T :: DbWeight :: get( ) . reads( 49 ) )
929
- . saturating_add( T :: DbWeight :: get( ) . writes( 43 ) ) , DispatchClass :: Normal , Pays :: Yes ) ) ]
929
+ . saturating_add( T :: DbWeight :: get( ) . writes( 43 ) ) , DispatchClass :: Normal , Pays :: No ) ) ]
930
930
pub fn burned_register (
931
931
origin : OriginFor < T > ,
932
932
netuid : NetUid ,
You can’t perform that action at this time.
0 commit comments