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
Show all changes
26 commits
Select commit Hold shift + click to select a range
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
remove dummy
  • Loading branch information
Szegoo committed Nov 12, 2022
commit 62e4f83dc9a580ef012a3cc7e03d3a8c90e724f2
7 changes: 0 additions & 7 deletions frame/system/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,13 +369,6 @@ pub mod pallet {

#[pallet::call]
impl<T: Config> Pallet<T> {
/// Do not use.
#[pallet::weight(T::BlockWeights::get().max_block)]
pub fn removed_call_do_not_use(origin: OriginFor<T>, _ratio: Perbill) -> DispatchResult {
ensure_signed_or_root(origin)?;
Ok(())
}

/// Make some on-chain remark.
///
/// # <weight>
Expand Down