From 8c18e5d711b84ed2cf9901089b6e451866f7f2f0 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sun, 7 Dec 2025 15:25:41 -0500 Subject: [PATCH] Fix errant line intended for 780f51e857d91163264eff1419a5c72da6c1f751 --- substrate/runtime/src/wasm/system.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/substrate/runtime/src/wasm/system.rs b/substrate/runtime/src/wasm/system.rs index b44b5dec..210a6178 100644 --- a/substrate/runtime/src/wasm/system.rs +++ b/substrate/runtime/src/wasm/system.rs @@ -73,11 +73,10 @@ impl frame_system::Config for Runtime { // We assume `serai-node` will be run using the RocksDB backend type DbWeight = frame_support::weights::constants::RocksDbWeight; /* - Serai does not expose `frame_system::Call` nor does it use transaction extensions. We - accordingly have no consequence to using the default weights for these accordingly. + Serai does not expose `frame_system::Call`. We accordingly have no consequence to using the + default weights for these accordingly. */ type SystemWeightInfo = (); - type ExtensionsWeightInfo = (); // We also don't use `frame_system`'s account system at all, leaving us to bottom these out. type AccountData = ();