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 aa72439 commit ca6aad7Copy full SHA for ca6aad7
pallets/admin-utils/src/lib.rs
@@ -1249,7 +1249,7 @@ pub mod pallet {
1249
/// The extrinsic will call the Subtensor pallet to set the minimum delegate take.
1250
#[pallet::call_index(46)]
1251
#[pallet::weight((
1252
- Weight::from_parts(9_918_000, 0).saturating_add(T::DbWeight::get().writes(1_u64)),
+ Weight::from_parts(5_500_000, 0).saturating_add(T::DbWeight::get().writes(1_u64)),
1253
DispatchClass::Operational,
1254
Pays::Yes
1255
))]
0 commit comments