Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Aug 16, 2022
1 parent 78e0337 commit 0ef38bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/crab/src/pallets/utility.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ use crate::*;
impl Config for Runtime {
type Call = Call;
type Event = Event;
type PalletsOrigin = OriginCaller;
type WeightInfo = ();
}
1 change: 1 addition & 0 deletions runtime/darwinia/src/pallets/utility.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ use crate::*;
impl Config for Runtime {
type Call = Call;
type Event = Event;
type PalletsOrigin = OriginCaller;
type WeightInfo = ();
}

0 comments on commit 0ef38bb

Please sign in to comment.