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 22f82d4f4..648460b1d 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("0x5fc1fdb2eca492d256600c0d96a2ca7bdfd9412ac8557bcab54e05332260e26b")
+ genesisHash := common.HexToHash("0x48fd77589c2a011fdc764237b9f071577799b7dcc618f25a74fca05dc0b1ad2e")
if genesis != "" {
genesisHash = daoGenesisHash
}