Disable sealing engine if startup fork is greater than Merge Fork

This commit is contained in:
jangko 2023-09-30 21:39:59 +07:00
parent 5754a9079b
commit e2bf6e153b
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ proc localServices(nimbus: NimbusNode, conf: NimbusConf,
)
nimbus.graphqlServer.start()
if conf.engineSigner != ZERO_ADDRESS:
if conf.engineSigner != ZERO_ADDRESS and not com.forkGTE(MergeFork):
let res = nimbus.ctx.am.getAccount(conf.engineSigner)
if res.isErr:
error "Failed to get account",