We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a299a commit fd5236dCopy full SHA for fd5236d
pallets/admin-utils/src/lib.rs
@@ -1618,7 +1618,7 @@ pub mod pallet {
1618
/// Weight is handled by the `#[pallet::weight]` attribute.
1619
#[pallet::call_index(62)]
1620
#[pallet::weight((
1621
- Weight::from_parts(10_020_000, 3507)
+ Weight::from_parts(5_744_000, 3507)
1622
.saturating_add(T::DbWeight::get().reads(1_u64))
1623
.saturating_add(T::DbWeight::get().writes(0_u64)),
1624
DispatchClass::Operational,
0 commit comments