mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
Make pallets use construct_runtime (#7950)
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: David <dvdplm@gmail.com>
This commit is contained in:
committed by
GitHub
parent
703c263079
commit
48810cd75b
@@ -21,7 +21,7 @@
|
||||
|
||||
#![recursion_limit="128"]
|
||||
|
||||
use sp_runtime::{generic, traits::{BlakeTwo256, Block as _, Verify}, DispatchError};
|
||||
use sp_runtime::{generic, traits::{BlakeTwo256, Verify}, DispatchError};
|
||||
use sp_core::{H256, sr25519};
|
||||
use sp_std::cell::RefCell;
|
||||
use frame_support::traits::PalletInfo as _;
|
||||
|
||||
Reference in New Issue
Block a user