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 @@ -1598,7 +1598,7 @@ pub mod pallet {
15981598 /// Sets the number of immune owner neurons
15991599 #[ pallet:: call_index( 72 ) ]
16001600 #[ pallet:: weight( Weight :: from_parts( 15_000_000 , 0 )
1601- . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 1_u64 ) )
1601+ . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 0_u64 ) )
16021602 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ) ]
16031603 pub fn sudo_set_owner_immune_neuron_limit (
16041604 origin : OriginFor < T > ,
Original file line number Diff line number Diff line change @@ -218,5 +218,5 @@ if (( ANY_FAILURE )); then
218218fi
219219
220220echo -e " \n══════════════════════════════════════"
221- echo " All pallets processed ✔ (no drift) "
221+ echo " All pallets processed ✔"
222222echo " ══════════════════════════════════════"
You can’t perform that action at this time.
0 commit comments