Skip to content

Commit 0d92984

Browse files
auto-update benchmark weights
1 parent 68c3b67 commit 0d92984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ mod dispatches {
12311231
#[pallet::call_index(59)]
12321232
#[pallet::weight((Weight::from_parts(235_400_000, 0)
12331233
.saturating_add(T::DbWeight::get().reads(36_u64))
1234-
.saturating_add(T::DbWeight::get().writes(53_u64)), DispatchClass::Normal, Pays::Yes))]
1234+
.saturating_add(T::DbWeight::get().writes(52_u64)), DispatchClass::Normal, Pays::Yes))]
12351235
pub fn register_network(origin: OriginFor<T>, hotkey: T::AccountId) -> DispatchResult {
12361236
Self::do_register_network(origin, &hotkey, 1, None)
12371237
}
@@ -1519,7 +1519,7 @@ mod dispatches {
15191519
#[pallet::call_index(79)]
15201520
#[pallet::weight((Weight::from_parts(234_200_000, 0)
15211521
.saturating_add(T::DbWeight::get().reads(35_u64))
1522-
.saturating_add(T::DbWeight::get().writes(52_u64)), DispatchClass::Normal, Pays::Yes))]
1522+
.saturating_add(T::DbWeight::get().writes(51_u64)), DispatchClass::Normal, Pays::Yes))]
15231523
pub fn register_network_with_identity(
15241524
origin: OriginFor<T>,
15251525
hotkey: T::AccountId,

0 commit comments

Comments
 (0)