mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 04:01:10 +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:
@@ -39,7 +39,7 @@ use polkadot_node_subsystem::{
|
||||
jaeger, messages::AllMessages, ActivatedLeaf, ActiveLeavesUpdate, LeafStatus,
|
||||
};
|
||||
use polkadot_node_subsystem_test_helpers as test_helpers;
|
||||
use polkadot_primitives::v2::{BlakeTwo256, ConsensusLog, HashT};
|
||||
use polkadot_primitives::{BlakeTwo256, ConsensusLog, HashT};
|
||||
|
||||
#[derive(Default)]
|
||||
struct TestBackendInner {
|
||||
|
||||
Reference in New Issue
Block a user