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-03-12 12:19:09 +0800
commit4002c85e8e073f3a03dbd8c71e98188c0306a942 (patch)
tree1f9a380677a5622ba2cd735cb23e3900a05d3c64 /cmd
parent8b9b63c5c11689a402ee07e4dbf251a8f40870eb (diff)
downloaddexon-4002c85e8e073f3a03dbd8c71e98188c0306a942.tar
dexon-4002c85e8e073f3a03dbd8c71e98188c0306a942.tar.gz
dexon-4002c85e8e073f3a03dbd8c71e98188c0306a942.tar.bz2
dexon-4002c85e8e073f3a03dbd8c71e98188c0306a942.tar.lz
dexon-4002c85e8e073f3a03dbd8c71e98188c0306a942.tar.xz
dexon-4002c85e8e073f3a03dbd8c71e98188c0306a942.tar.zst
dexon-4002c85e8e073f3a03dbd8c71e98188c0306a942.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
}