Skip to content

Commit

Permalink
Update relay/polkadot/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Jan 30, 2024
1 parent dcc184b commit 89e999d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<N>. See issue #160 for details.
Mmr: pallet_mmr = 201,
MmrLeaf: pallet_beefy_mmr = 202,
BeefyMmrLeaf: pallet_beefy_mmr = 202,
}
}

Expand Down

0 comments on commit 89e999d

Please sign in to comment.