Skip to content

Commit

Permalink
Connect preimage and scheduler pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
NZT48 committed Jul 14, 2023
1 parent 254f49d commit 50eca05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "origintrail-parachain-runtime"
version = "1.1.1"
version = "1.1.2"
authors = ["TraceLabs"]
description = "OriginTrail Parachain Runtime - Cumulus FRAME-based Substrate Runtime"
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ impl pallet_scheduler::Config for Runtime {
type ScheduleOrigin = frame_system::EnsureRoot<AccountId>;
type MaxScheduledPerBlock = MaxScheduledPerBlock;
type WeightInfo = ();
type Preimages = ();
type Preimages = Preimage;
type OriginPrivilegeCmp = EqualPrivilegeOnly;
}

Expand Down

0 comments on commit 50eca05

Please sign in to comment.