Skip to content

Commit dfd390b

Browse files
committed
final test
1 parent 31bc038 commit dfd390b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pallets/admin-utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>,

scripts/benchmark_action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,5 +218,5 @@ if (( ANY_FAILURE )); then
218218
fi
219219

220220
echo -e "\n══════════════════════════════════════"
221-
echo "All pallets processed ✔ (no drift)"
221+
echo "All pallets processed ✔"
222222
echo "══════════════════════════════════════"

0 commit comments

Comments
 (0)