mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 13:07:56 +00:00
Use SpawnNamed instead of Spawn in Overseer (#1430)
* Use SpawnNamed instead of Spawn in Overseer * reexport SpawnNamed and fix doc tests * Fix deps
This commit is contained in:
@@ -35,6 +35,8 @@ use polkadot_statement_table::{
|
||||
v1::Misbehavior as TableMisbehavior,
|
||||
};
|
||||
|
||||
pub use sp_core::traits::SpawnNamed;
|
||||
|
||||
/// A statement, where the candidate receipt is included in the `Seconded` variant.
|
||||
///
|
||||
/// This is the committed candidate receipt instead of the bare candidate receipt. As such,
|
||||
|
||||
Reference in New Issue
Block a user