Same procedure as every day (#345)

This commit is contained in:
Bastian Köcher
2021-02-25 17:14:32 +01:00
committed by GitHub
parent a4b4264a5a
commit 2c904359ca
4 changed files with 237 additions and 228 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ where
};
if validator {
let proposer_factory = sc_basic_authorship::ProposerFactory::new(
let proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording(
task_manager.spawn_handle(),
client.clone(),
transaction_pool,