pass the correct config

pull/4510/head
Diego Nava 1 year ago
parent ff86c5734b
commit 1eb1cc4876
No known key found for this signature in database
GPG Key ID: 61AFC8738DA8B8B1
  1. 1
      node/worker/worker.go

@ -155,7 +155,6 @@ func (w *Worker) CommitTransactions(
w.GetCurrentHeader(),
w.current.state,
w.chain,
w.chain.Config(),
)
if err != nil {
if errors.Is(err, core.ErrNoMigrationPossible) {

Loading…
Cancel
Save