Skip to content

Commit bd91cdb

Browse files
committed
fix: update sudo_set_emissions_disabled weight based on benchmark
1 parent b08ff76 commit bd91cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/admin-utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2246,7 +2246,7 @@ pub mod pallet {
22462246
/// When emissions are disabled, the subnet will not receive any TAO emissions.
22472247
#[pallet::call_index(85)]
22482248
#[pallet::weight((
2249-
Weight::from_parts(7_343_000, 0)
2249+
Weight::from_parts(17_230_000, 0)
22502250
.saturating_add(<T as frame_system::Config>::DbWeight::get().reads(2))
22512251
.saturating_add(<T as frame_system::Config>::DbWeight::get().writes(1)),
22522252
DispatchClass::Operational,

0 commit comments

Comments
 (0)