diff --git a/substrate/bin/node/runtime/src/lib.rs b/substrate/bin/node/runtime/src/lib.rs index af63ffe8f337e619873fb27a0069f654ef6db838..ef533b3cc80d2bb96c4be4e50e5f51ce9803662d 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; }