diff options
author | Sonic <sonic@dexon.org> | 2019-02-25 16:41:05 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:22 +0800 |
commit | f1a3f3a8f39d5490f4320591def9c2866d866bc4 (patch) | |
tree | 6cc23e1c786baf3ec049cb171bf0a2d6abd3c30a /cmd | |
parent | 3c29f8b33e108c2cd4f1b8d269742d2e5adce669 (diff) | |
download | go-tangerine-f1a3f3a8f39d5490f4320591def9c2866d866bc4.tar go-tangerine-f1a3f3a8f39d5490f4320591def9c2866d866bc4.tar.gz go-tangerine-f1a3f3a8f39d5490f4320591def9c2866d866bc4.tar.bz2 go-tangerine-f1a3f3a8f39d5490f4320591def9c2866d866bc4.tar.lz go-tangerine-f1a3f3a8f39d5490f4320591def9c2866d866bc4.tar.xz go-tangerine-f1a3f3a8f39d5490f4320591def9c2866d866bc4.tar.zst go-tangerine-f1a3f3a8f39d5490f4320591def9c2866d866bc4.zip |
core: set oracle contract's code (#209)
So that other contract can call oracle contract.
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/gdex/dao_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |