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 2a76a76 commit 421b161Copy full SHA for 421b161
pallets/subtensor/src/macros/dispatches.rs
@@ -1487,9 +1487,9 @@ mod dispatches {
1487
1488
/// User register a new subnetwork
1489
#[pallet::call_index(81)]
1490
- #[pallet::weight((Weight::from_parts(157_000_000, 0)
1491
- .saturating_add(T::DbWeight::get().reads(16))
1492
- .saturating_add(T::DbWeight::get().writes(30)), DispatchClass::Operational, Pays::No))]
+ #[pallet::weight((Weight::from_parts(100_000_000, 0)
+ .saturating_add(T::DbWeight::get().reads(2))
+ .saturating_add(T::DbWeight::get().writes(1)), DispatchClass::Operational, Pays::Yes))]
1493
pub fn set_childkey_whitelist(
1494
coldkey: OriginFor<T>,
1495
childkey: T::AccountId,
0 commit comments