Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix build
  • Loading branch information
kianenigma committed Sep 6, 2022
commit db89a2969feec399258503eaf0fbe57c4fd595a5
2 changes: 1 addition & 1 deletion runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ macro_rules! prod_or_fast {

/// Allow for all calls to be dispatched.
pub struct AllowAllCalls;
impl Contains<Call> for AllowAllCalls {
impl frame_support::traits::Contains<Call> for AllowAllCalls {
fn contains(_c: &Call) -> bool {
true
}
Expand Down