Skip to content

Commit

Permalink
update orml
Browse files Browse the repository at this point in the history
  • Loading branch information
zjb0807 committed Oct 2, 2024
1 parent 81db368 commit 6a519a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions runtime/mandala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2682,6 +2682,11 @@ impl_runtime_apis! {
}
}

cumulus_pallet_parachain_system::register_validate_block!(
Runtime = Runtime,
BlockExecutor = cumulus_pallet_aura_ext::BlockExecutor::<Runtime, Executive>,
);

#[cfg(test)]
mod tests {
use super::*;
Expand Down

0 comments on commit 6a519a4

Please sign in to comment.