Ignore genesis state url and checkpoint sync flags after first run of prysm (#10881)

* ignore remote genesis url flag if present in db

* ignore checkpoint sync flags if initialized

* lint

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
kasey
2022-06-14 18:23:25 -05:00
committed by GitHub
parent 690084cab6
commit 044a4ad5a3
6 changed files with 41 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
//go:build blst_disabled
package blst
import (