mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
* update to use pub dispatchables * update Substrate * Update claims.rs * remove warning Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -285,7 +285,7 @@ pub mod pallet {
|
||||
///
|
||||
/// Can only be called by the Root origin.
|
||||
#[pallet::weight(T::DbWeight::get().reads_writes(1, 1))]
|
||||
fn force_remove_lock(origin: OriginFor<T>, para: ParaId) -> DispatchResult {
|
||||
pub fn force_remove_lock(origin: OriginFor<T>, para: ParaId) -> DispatchResult {
|
||||
ensure_root(origin)?;
|
||||
Self::remove_lock(para);
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user