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:
@@ -23,7 +23,7 @@
|
||||
|
||||
use crate::{session_info, shared};
|
||||
use frame_support::traits::{Defensive, ValidatorSet};
|
||||
use primitives::v2::{SessionIndex, ValidatorIndex};
|
||||
use primitives::{SessionIndex, ValidatorIndex};
|
||||
use sp_std::collections::btree_set::BTreeSet;
|
||||
|
||||
/// The amount of era points given by backing a candidate that is included.
|
||||
|
||||
Reference in New Issue
Block a user