mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 14:31: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:
@@ -18,7 +18,7 @@ use super::*;
|
||||
|
||||
use frame_support::assert_ok;
|
||||
use keyring::Sr25519Keyring;
|
||||
use primitives::v2::{BlockNumber, CollatorId, SessionIndex, ValidatorId};
|
||||
use primitives::{BlockNumber, CollatorId, SessionIndex, ValidatorId};
|
||||
|
||||
use crate::{
|
||||
configuration::HostConfiguration,
|
||||
|
||||
Reference in New Issue
Block a user