mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(autoseal): use higher difficulty and fix root calc (#3044)
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user