Skip to content
Snippets Groups Projects
Unverified Commit 753967ab authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Coretime: Use `Superuser` for sending the transact calls (#2793)

parent ecbbb5a7
No related merge requests found
Pipeline #428784 passed with stages
in 55 minutes and 41 seconds
......@@ -244,7 +244,7 @@ impl<T: Config> OnNewSession<BlockNumberFor<T>> for Pallet<T> {
fn mk_coretime_call(call: crate::coretime::CoretimeCalls) -> Instruction<()> {
Instruction::Transact {
origin_kind: OriginKind::Native,
origin_kind: OriginKind::Superuser,
require_weight_at_most: Weight::from_parts(1000000000, 200000),
call: BrokerRuntimePallets::Broker(call).encode().into(),
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment