mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 19:11:02 +00:00
Re-export current primitives in crate root (#6487)
* Re-export current primitives in crate root * Add missing exports * restart CI
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
use super::*;
|
||||
use frame_benchmarking::benchmarks;
|
||||
use frame_system::RawOrigin;
|
||||
use primitives::v2::ConsensusLog;
|
||||
use primitives::ConsensusLog;
|
||||
use sp_runtime::DigestItem;
|
||||
|
||||
// Random large number for the digest
|
||||
|
||||
@@ -18,7 +18,7 @@ use super::*;
|
||||
use crate::mock::{
|
||||
new_test_ext, Configuration, Dmp, Initializer, MockGenesisConfig, Paras, SessionInfo, System,
|
||||
};
|
||||
use primitives::v2::{HeadData, Id as ParaId};
|
||||
use primitives::{HeadData, Id as ParaId};
|
||||
use test_helpers::dummy_validation_code;
|
||||
|
||||
use crate::paras::ParaKind;
|
||||
|
||||
Reference in New Issue
Block a user