We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08ff76 commit bd91cdbCopy full SHA for bd91cdb
pallets/admin-utils/src/lib.rs
@@ -2246,7 +2246,7 @@ pub mod pallet {
2246
/// When emissions are disabled, the subnet will not receive any TAO emissions.
2247
#[pallet::call_index(85)]
2248
#[pallet::weight((
2249
- Weight::from_parts(7_343_000, 0)
+ Weight::from_parts(17_230_000, 0)
2250
.saturating_add(<T as frame_system::Config>::DbWeight::get().reads(2))
2251
.saturating_add(<T as frame_system::Config>::DbWeight::get().writes(1)),
2252
DispatchClass::Operational,
0 commit comments