Skip to content

Commit 9e2d575

Browse files
auto-update benchmark weights
1 parent bb74993 commit 9e2d575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,7 @@ mod dispatches {
20632063
/// - The hotkey account to designate as the autostake destination.
20642064
#[pallet::call_index(114)]
20652065
#[pallet::weight(
2066-
Weight::from_parts(4_000_000, 0).saturating_add(T::DbWeight::get().writes(1_u64))
2066+
Weight::from_parts(5_170_000, 0).saturating_add(T::DbWeight::get().writes(1_u64))
20672067
)]
20682068
pub fn set_coldkey_auto_stake_hotkey(
20692069
origin: T::RuntimeOrigin,

0 commit comments

Comments
 (0)