Skip to content

Commit c4736a5

Browse files
change reads_writes DbWeight from (6, 1) to (5, 1)
1 parent e1eeef5 commit c4736a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/macros/dispatches.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@ mod dispatches {
19201920
/// Emits a `FirstEmissionBlockNumberSet` event on success.
19211921
#[pallet::call_index(92)]
19221922
#[pallet::weight((
1923-
Weight::from_parts(3_000_000, 0).saturating_add(T::DbWeight::get().reads_writes(6, 1)),
1923+
Weight::from_parts(3_000_000, 0).saturating_add(T::DbWeight::get().reads_writes(5, 1)),
19241924
DispatchClass::Operational,
19251925
Pays::Yes
19261926
))]

0 commit comments

Comments
 (0)