mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 13:31:10 +00:00
Coretime: Use Superuser for sending the transact calls (#2793)
This commit is contained in:
@@ -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(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user