Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
shunsukew committed Dec 15, 2022
1 parent 183c705 commit 6b865f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ pub fn new_full(config: Configuration) -> Result<TaskManager, ServiceError> {
transaction_pool.clone().import_notification_stream().map(|_| {
sc_consensus_manual_seal::EngineCommand::SealNewBlock {
create_empty: false,
finalize: true,
finalize: false,
parent_hash: None,
sender: None,
}
Expand Down

0 comments on commit 6b865f2

Please sign in to comment.