Co #13699: Remove old calls (#2431)

* Remove old calls

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* update lockfile for {"substrate", "polkadot"}

* Ignore warning in pallet ping

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Ignore more warnings...

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* ...

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: parity-processbot <>
This commit is contained in:
Oliver Tale-Yazdi
2023-04-04 22:31:39 +02:00
committed by GitHub
parent 6c896b1ee6
commit aa567e0d5b
5 changed files with 276 additions and 266 deletions
+1 -1
View File
@@ -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>,