Skip to content

Commit 995afa9

Browse files
change reads_writes DbWeight to (6, 1) for test
1 parent 0e1230f commit 995afa9

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(3, 3)),
1923+
Weight::from_parts(3_000_000, 0).saturating_add(T::DbWeight::get().reads_writes(6, 1)),
19241924
DispatchClass::Operational,
19251925
Pays::Yes
19261926
))]

0 commit comments

Comments
 (0)