From c370ff10c455cd49bc52ecb7c3e71af34e4fb651 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Fri, 7 Jun 2024 21:27:52 +0200 Subject: [PATCH] Change prefix --- relay/polkadot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/polkadot/src/lib.rs b/relay/polkadot/src/lib.rs index d0b8ed41a4..8fa3043f9c 100644 --- a/relay/polkadot/src/lib.rs +++ b/relay/polkadot/src/lib.rs @@ -1958,7 +1958,7 @@ mod benches { [polkadot_runtime_common::auctions, Auctions] [polkadot_runtime_common::claims, Claims] [polkadot_runtime_common::crowdloan, Crowdloan] - [runtime_common::identity_migrator, IdentityMigrator] + [polkadot_runtime_common::identity_migrator, IdentityMigrator] [polkadot_runtime_common::slots, Slots] [polkadot_runtime_common::paras_registrar, Registrar] [runtime_parachains::configuration, Configuration]