From fa1b3939fa5fa59ace8c67e00324f0183b104e26 Mon Sep 17 00:00:00 2001 From: Dmitry Lavrenov Date: Wed, 20 Mar 2024 12:38:35 +0300 Subject: [PATCH] Use own sudo weights --- crates/humanode-runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/humanode-runtime/src/lib.rs b/crates/humanode-runtime/src/lib.rs index f61474437..87b6dc4b9 100644 --- a/crates/humanode-runtime/src/lib.rs +++ b/crates/humanode-runtime/src/lib.rs @@ -485,7 +485,7 @@ impl pallet_transaction_payment::Config for Runtime { impl pallet_sudo::Config for Runtime { type RuntimeEvent = RuntimeEvent; type RuntimeCall = RuntimeCall; - type WeightInfo = pallet_sudo::weights::SubstrateWeight; + type WeightInfo = weights::pallet_sudo::WeightInfo; } pub struct PrimitiveAuthTicketConverter;