mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
9a2c2470c6
* Add warning with a small genesis state * 1<<10 is 1Kb * Add genesis state loading with hash information --------- Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
6 lines
102 B
Go
6 lines
102 B
Go
package genesis
|
|
|
|
import "github.com/sirupsen/logrus"
|
|
|
|
var log = logrus.WithField("prefix", "genesis")
|