aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-12-21 12:03:28 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:55 +0800
commit0c9666161c9630edf8eca571e7c93db7d21dfba3 (patch)
tree600f05c67b7e7f1241bc67ea1fbd4653e6681786 /cmd
parentcb681396102175b1651363b3060c5b759a3ee9b2 (diff)
downloaddexon-0c9666161c9630edf8eca571e7c93db7d21dfba3.tar
dexon-0c9666161c9630edf8eca571e7c93db7d21dfba3.tar.gz
dexon-0c9666161c9630edf8eca571e7c93db7d21dfba3.tar.bz2
dexon-0c9666161c9630edf8eca571e7c93db7d21dfba3.tar.lz
dexon-0c9666161c9630edf8eca571e7c93db7d21dfba3.tar.xz
dexon-0c9666161c9630edf8eca571e7c93db7d21dfba3.tar.zst
dexon-0c9666161c9630edf8eca571e7c93db7d21dfba3.zip
core: vm: Add `MPKReady` to governance (#97)
* core/vm: Add DKGMPKReady * param: update GenesisHash * vendor: sync to latest core
Diffstat (limited to 'cmd')
-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
}