Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Co #13699: Remove old calls #2431

Merged
merged 6 commits into from
Apr 4, 2023
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
...
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Apr 4, 2023
commit 8527c4bfbe7ede336bbdc49aa7f28d8ec18458ff
2 changes: 1 addition & 1 deletion pallets/parachain-system/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ pub mod pallet {
///
/// All origins are allowed.
#[pallet::call_index(3)]
#[pallet::weight(1_000_000)]
#[pallet::weight({1_000_000})]
pub fn enact_authorized_upgrade(
_: OriginFor<T>,
code: Vec<u8>,
Expand Down