Skip to content

Commit

Permalink
remove hardcoded db
Browse files Browse the repository at this point in the history
  • Loading branch information
y0sher committed Oct 10, 2024
1 parent 2dd4d4b commit 9d2f888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/operator/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ func setupDB(logger *zap.Logger, eth2Network beaconprotocol.Network) (*kv.Badger
return errors.Wrap(err, "failed to reopen db")
}

cfg.DBOptions.Path = "./data/db-main-on-stage"
migrationOpts := migrations.Options{
Db: db,
DbPath: cfg.DBOptions.Path,
Expand Down

0 comments on commit 9d2f888

Please sign in to comment.