Skip to content

Commit 640b751

Browse files
auto-update benchmark weights
1 parent 56d6d63 commit 640b751

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
@@ -1060,7 +1060,7 @@ mod dispatches {
10601060
/// The extrinsic for user to change its hotkey in subnet or all subnets.
10611061
#[pallet::call_index(70)]
10621062
#[pallet::weight((Weight::from_parts(275_300_000, 0)
1063-
.saturating_add(T::DbWeight::get().reads(49_u64))
1063+
.saturating_add(T::DbWeight::get().reads(53_u64))
10641064
.saturating_add(T::DbWeight::get().writes(37)), DispatchClass::Normal, Pays::No))]
10651065
pub fn swap_hotkey(
10661066
origin: OriginFor<T>,

0 commit comments

Comments
 (0)