mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 05:21:03 +00:00
manual seal is now consensus agnostic (#7010)
* manual seal is now consensus agnostic * pr grumbles
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
//! A manual sealing engine: the engine listens for rpc calls to seal blocks and create forks.
|
||||
//! This is suitable for a testing environment.
|
||||
|
||||
use sp_consensus::{Error as ConsensusError, ImportResult};
|
||||
use sp_blockchain::Error as BlockchainError;
|
||||
use sp_inherents::Error as InherentsError;
|
||||
|
||||
Reference in New Issue
Block a user