aboutsummaryrefslogtreecommitdiffstats
path: root/core/genesis.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/genesis.go')
-rw-r--r--core/genesis.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/genesis.go b/core/genesis.go
index 8cd6b4807..6eddf851d 100644
--- a/core/genesis.go
+++ b/core/genesis.go
@@ -306,6 +306,9 @@ func (g *Genesis) ToBlock(db ethdb.Database) *types.Block {
crs := crypto.Keccak256([]byte(g.Config.Dexcon.GenesisCRSText))
govStateHelper.PushCRS(common.BytesToHash(crs))
+ // Round 0 height.
+ govStateHelper.PushRoundHeight(big.NewInt(0))
+
// Owner.
govStateHelper.SetOwner(g.Config.Dexcon.Owner)