From b56af273a81e3aab9da152ea700de25818fcea27 Mon Sep 17 00:00:00 2001
From: Liam Aharon <liam.aharon@hotmail.com>
Date: Fri, 12 Apr 2024 11:11:11 +0400
Subject: [PATCH] kitchensink weightinfo

---
 substrate/bin/node/runtime/src/lib.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/substrate/bin/node/runtime/src/lib.rs b/substrate/bin/node/runtime/src/lib.rs
index af63ffe8f33..ef533b3cc80 100644
--- a/substrate/bin/node/runtime/src/lib.rs
+++ b/substrate/bin/node/runtime/src/lib.rs
@@ -1782,6 +1782,7 @@ impl pallet_asset_rewards::Config for Runtime {
 	type Assets = NativeAndAssets;
 	type PalletId = StakingRewardsPalletId;
 	type PermissionedOrigin = AssetRewardsPermissionedOrigin;
+	type WeightInfo = ();
 	#[cfg(feature = "runtime-benchmarks")]
 	type BenchmarkHelper = AssetRewardsBenchmarkHelper;
 }
-- 
GitLab