Skip to content

Commit 6eff7f6

Browse files
committed
Merge branch 'feat/subsubnets' of github.com:opentensor/subtensor into feat/subsubnets
2 parents 0d8234f + 241c33c commit 6eff7f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ mod dispatches {
198198
///
199199
#[pallet::call_index(80)]
200200
#[pallet::weight((Weight::from_parts(95_460_000, 0)
201-
.saturating_add(T::DbWeight::get().reads(14_u64))
201+
.saturating_add(T::DbWeight::get().reads(15_u64))
202202
.saturating_add(T::DbWeight::get().writes(2_u64)), DispatchClass::Normal, Pays::No))]
203203
pub fn batch_set_weights(
204204
origin: OriginFor<T>,
@@ -678,7 +678,7 @@ mod dispatches {
678678
/// - Errors stemming from transaction pallet.
679679
///
680680
#[pallet::call_index(2)]
681-
#[pallet::weight((Weight::from_parts(439_200_000, 0)
681+
#[pallet::weight((Weight::from_parts(340_800_000, 0)
682682
.saturating_add(T::DbWeight::get().reads(26))
683683
.saturating_add(T::DbWeight::get().writes(15)), DispatchClass::Normal, Pays::Yes))]
684684
pub fn add_stake(
@@ -999,7 +999,7 @@ mod dispatches {
999999

10001000
/// Register the hotkey to root network
10011001
#[pallet::call_index(62)]
1002-
#[pallet::weight((Weight::from_parts(111_700_000, 0)
1002+
#[pallet::weight((Weight::from_parts(135_900_000, 0)
10031003
.saturating_add(T::DbWeight::get().reads(24_u64))
10041004
.saturating_add(T::DbWeight::get().writes(20)), DispatchClass::Normal, Pays::No))]
10051005
pub fn root_register(origin: OriginFor<T>, hotkey: T::AccountId) -> DispatchResult {

0 commit comments

Comments
 (0)