From 41d09c5564e3e52bd530899a6376f4d472f7fb43 Mon Sep 17 00:00:00 2001 From: Harald Heckmann Date: Wed, 23 Aug 2023 14:42:06 +0200 Subject: [PATCH] Add missing runtime-benchmark feature --- zrml/prediction-markets/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/zrml/prediction-markets/Cargo.toml b/zrml/prediction-markets/Cargo.toml index 7e49a6b48..25a687619 100644 --- a/zrml/prediction-markets/Cargo.toml +++ b/zrml/prediction-markets/Cargo.toml @@ -64,6 +64,7 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", + "orml-asset-registry?/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", "zeitgeist-primitives/mock", ]