Skip to content

Commit 454b90e

Browse files
committed
update write values
1 parent f5d415d commit 454b90e

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
@@ -1195,7 +1195,7 @@ mod dispatches {
11951195
#[pallet::call_index(59)]
11961196
#[pallet::weight((Weight::from_parts(260_500_000, 0)
11971197
.saturating_add(T::DbWeight::get().reads(33))
1198-
.saturating_add(T::DbWeight::get().writes(52)), DispatchClass::Operational, Pays::No))]
1198+
.saturating_add(T::DbWeight::get().writes(51)), DispatchClass::Operational, Pays::No))]
11991199
pub fn register_network(origin: OriginFor<T>, hotkey: T::AccountId) -> DispatchResult {
12001200
Self::do_register_network(origin, &hotkey, 1, None)
12011201
}
@@ -1533,7 +1533,7 @@ mod dispatches {
15331533
#[pallet::call_index(79)]
15341534
#[pallet::weight((Weight::from_parts(239_700_000, 0)
15351535
.saturating_add(T::DbWeight::get().reads(32))
1536-
.saturating_add(T::DbWeight::get().writes(51)), DispatchClass::Operational, Pays::No))]
1536+
.saturating_add(T::DbWeight::get().writes(50)), DispatchClass::Operational, Pays::No))]
15371537
pub fn register_network_with_identity(
15381538
origin: OriginFor<T>,
15391539
hotkey: T::AccountId,

0 commit comments

Comments
 (0)