From 89e999d9cffee33af63e85075ffcfc8e53860dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Tue, 30 Jan 2024 15:44:23 +0100 Subject: [PATCH] Update relay/polkadot/src/lib.rs --- 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 bf592d272b..6218cb0730 100644 --- a/relay/polkadot/src/lib.rs +++ b/relay/polkadot/src/lib.rs @@ -1644,7 +1644,7 @@ construct_runtime! { // MMR leaf construction must be after session in order to have a leaf's next_auth_set // refer to block. See issue #160 for details. Mmr: pallet_mmr = 201, - MmrLeaf: pallet_beefy_mmr = 202, + BeefyMmrLeaf: pallet_beefy_mmr = 202, } }