Update to substrate polkadot-v0.9.42

This commit is contained in:
Luke Parker
2023-05-01 03:17:37 -04:00
parent 6032af6692
commit c0001f5ff2
3 changed files with 384 additions and 344 deletions

View File

@@ -1,5 +1,6 @@
#![cfg_attr(not(feature = "std"), no_std)]
#[allow(deprecated, clippy::let_unit_value)] // TODO
#[frame_support::pallet]
pub mod pallet {
use scale_info::TypeInfo;