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 56d6d63 commit 640b751Copy full SHA for 640b751
pallets/subtensor/src/macros/dispatches.rs
@@ -1060,7 +1060,7 @@ mod dispatches {
1060
/// The extrinsic for user to change its hotkey in subnet or all subnets.
1061
#[pallet::call_index(70)]
1062
#[pallet::weight((Weight::from_parts(275_300_000, 0)
1063
- .saturating_add(T::DbWeight::get().reads(49_u64))
+ .saturating_add(T::DbWeight::get().reads(53_u64))
1064
.saturating_add(T::DbWeight::get().writes(37)), DispatchClass::Normal, Pays::No))]
1065
pub fn swap_hotkey(
1066
origin: OriginFor<T>,
0 commit comments