mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 22:47:56 +00:00
moving core/service/consensus into new core/authorship crate (#1257)
This commit is contained in:
committed by
Robert Habermeier
parent
3add75910a
commit
771a8127c2
@@ -77,7 +77,7 @@ construct_service_factory! {
|
||||
|
||||
if let Some(ref key) = local_key {
|
||||
info!("Using authority key {}", key.public());
|
||||
let proposer = Arc::new(substrate_service::ProposerFactory {
|
||||
let proposer = Arc::new(substrate_basic_authorship::ProposerFactory {
|
||||
client: service.client(),
|
||||
transaction_pool: service.transaction_pool(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user