aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/gdex/dao_test.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-29 16:49:08 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:54 +0800
commitb2c125c8c6acc1809182dc5bbddd3594fe05720b (patch)
tree5c5826c65471a228a9a288a2a0ffd26078e6513f /cmd/gdex/dao_test.go
parentbd1b05d8ace3943cc262441c22d54488da1d6167 (diff)
downloaddexon-b2c125c8c6acc1809182dc5bbddd3594fe05720b.tar.gz
dexon-b2c125c8c6acc1809182dc5bbddd3594fe05720b.tar.zst
dexon-b2c125c8c6acc1809182dc5bbddd3594fe05720b.zip
core: fix tests (#65)
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 c4d3d0cc2..26572762c 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("0x52b1459248252fcec3e9429362bdbc576c09515cfac0a87b278b2bf98d640c42")
+ genesisHash := common.HexToHash("0xc8e4d0c33d92b7751fe3747f778aa27600508c8c922be1dbbc7db6ee967f4e6c")
if genesis != "" {
genesisHash = daoGenesisHash
}