File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ pub mod pallet {
316316 #[ pallet:: weight( (
317317 Weight :: from_parts( 77_280_000 , 0 )
318318 . saturating_add( T :: DbWeight :: get( ) . reads( 4_u64 ) )
319- . saturating_add( T :: DbWeight :: get( ) . writes( 2_u64 ) ) ,
319+ . saturating_add( T :: DbWeight :: get( ) . writes( 1_u64 ) ) ,
320320 DispatchClass :: Operational ,
321321 Pays :: No
322322 ) ) ]
Original file line number Diff line number Diff line change @@ -1084,7 +1084,7 @@ mod dispatches {
10841084 #[ pallet:: call_index( 71 ) ]
10851085 #[ pallet:: weight( ( Weight :: from_parts( 161_700_000 , 0 )
10861086 . saturating_add( T :: DbWeight :: get( ) . reads( 16_u64 ) )
1087- . saturating_add( T :: DbWeight :: get( ) . writes( 9 ) ) , DispatchClass :: Operational , Pays :: Yes ) ) ]
1087+ . saturating_add( T :: DbWeight :: get( ) . writes( 11_u64 ) ) , DispatchClass :: Operational , Pays :: Yes ) ) ]
10881088 pub fn swap_coldkey (
10891089 origin : OriginFor < T > ,
10901090 old_coldkey : T :: AccountId ,
You can’t perform that action at this time.
0 commit comments