From 6e66efc9f69d59a011215f88a0de03508d9c56ab Mon Sep 17 00:00:00 2001 From: Sonic Date: Mon, 25 Feb 2019 16:41:05 +0800 Subject: core: set oracle contract's code (#209) So that other contract can call oracle contract. --- cmd/gdex/dao_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/gdex/dao_test.go b/cmd/gdex/dao_test.go index 2d383ba10..9a768c3fc 100644 --- a/cmd/gdex/dao_test.go +++ b/cmd/gdex/dao_test.go @@ -77,7 +77,7 @@ var daoProForkGenesis = `{ } }` -var daoGenesisHash = common.HexToHash("0x81e17c54ca08eb60d9455df5600813b637fc460b86ccbd6ac322fb2d2bd2a935") +var daoGenesisHash = common.HexToHash("0x917e74766af045b81b7e45650fc40af9bd41282eaaac7ec3f89d8f10d82f434e") var daoGenesisForkBlock = big.NewInt(314) // TestDAOForkBlockNewChain tests that the DAO hard-fork number and the nodes support/opposition is correctly -- cgit v1.2.3