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 bb74993 commit 9e2d575Copy full SHA for 9e2d575
pallets/subtensor/src/macros/dispatches.rs
@@ -2063,7 +2063,7 @@ mod dispatches {
2063
/// - The hotkey account to designate as the autostake destination.
2064
#[pallet::call_index(114)]
2065
#[pallet::weight(
2066
- Weight::from_parts(4_000_000, 0).saturating_add(T::DbWeight::get().writes(1_u64))
+ Weight::from_parts(5_170_000, 0).saturating_add(T::DbWeight::get().writes(1_u64))
2067
)]
2068
pub fn set_coldkey_auto_stake_hotkey(
2069
origin: T::RuntimeOrigin,
0 commit comments