fix(autoseal): use higher difficulty and fix root calc (#3044)

This commit is contained in:
Dan Cline
2023-06-07 06:31:38 -04:00
committed by GitHub
parent 8ffcb3124d
commit 1a965b7969
3 changed files with 34 additions and 16 deletions

View File

@ -693,9 +693,7 @@ impl Command {
max_changes: stage_conf.execution.max_changes,
max_changesets: stage_conf.execution.max_changesets,
},
))
.disable_if(StageId::MerkleUnwind, || self.auto_mine)
.disable_if(StageId::MerkleExecute, || self.auto_mine),
)),
)
.build(db);