aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/gdex/dao_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gdex/dao_test.go')
-rw-r--r--cmd/gdex/dao_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gdex/dao_test.go b/cmd/gdex/dao_test.go
index b972e9240..2d383ba10 100644
--- a/cmd/gdex/dao_test.go
+++ b/cmd/gdex/dao_test.go
@@ -127,7 +127,7 @@ func testDAOForkBlockNewChain(t *testing.T, test int, genesis string, expectBloc
}
defer db.Close()
- genesisHash := common.HexToHash("0xf0510808109583b9ef62f846886179f2fb40d1d4f1872d33529947bdd03e9bc1")
+ genesisHash := params.MainnetGenesisHash
if genesis != "" {
genesisHash = daoGenesisHash
}