mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +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
@@ -965,7 +965,7 @@ mod tests {
|
||||
use hex_literal::hex;
|
||||
use sp_core::H256;
|
||||
use sp_runtime::{
|
||||
traits::{BlakeTwo256, IdentityLookup, Block as BlockT}, testing::Header,
|
||||
traits::{BlakeTwo256, IdentityLookup}, testing::Header,
|
||||
BuildStorage,
|
||||
};
|
||||
use crate as collective;
|
||||
|
||||
Reference in New Issue
Block a user