Skip to content

Commit 8453609

Browse files
auto-update benchmark weights
1 parent 1c7442d commit 8453609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,7 @@ mod dispatches {
19861986
/// Emits a `SymbolUpdated` event on success.
19871987
#[pallet::call_index(112)]
19881988
#[pallet::weight((
1989-
Weight::from_parts(35_510_000, 0).saturating_add(T::DbWeight::get().reads_writes(4, 1)),
1989+
Weight::from_parts(27_070_000, 0).saturating_add(T::DbWeight::get().reads_writes(4, 1)),
19901990
DispatchClass::Operational,
19911991
Pays::Yes
19921992
))]

0 commit comments

Comments
 (0)