We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22806bc commit 7eae5b2Copy full SHA for 7eae5b2
runtime/oak/src/lib.rs
@@ -885,6 +885,7 @@ impl Contains<RuntimeCall> for ScheduleAllowList {
885
match c {
886
RuntimeCall::System(_) => true,
887
RuntimeCall::Balances(_) => true,
888
+ RuntimeCall::XTokens(_) => true,
889
RuntimeCall::ParachainStaking(_) => true,
890
_ => false,
891
}
runtime/turing/src/lib.rs
@@ -881,6 +881,7 @@ impl Contains<RuntimeCall> for ScheduleAllowList {
881
882
883
884
0 commit comments