aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/gdex/dao_test.go
diff options
context:
space:
mode:
authorbojie <bojie@dexon.org>2018-11-27 17:22:56 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:54 +0800
commit6f016312ed895123d1ace5d4455d878489a4e0c4 (patch)
tree8e9beac578ab6ac4cd154b72dd290bb07b4ffcfe /cmd/gdex/dao_test.go
parentc32fad6a98d7276e6b9317e48fed871d2b13959f (diff)
downloadgo-tangerine-6f016312ed895123d1ace5d4455d878489a4e0c4.tar
go-tangerine-6f016312ed895123d1ace5d4455d878489a4e0c4.tar.gz
go-tangerine-6f016312ed895123d1ace5d4455d878489a4e0c4.tar.bz2
go-tangerine-6f016312ed895123d1ace5d4455d878489a4e0c4.tar.lz
go-tangerine-6f016312ed895123d1ace5d4455d878489a4e0c4.tar.xz
go-tangerine-6f016312ed895123d1ace5d4455d878489a4e0c4.tar.zst
go-tangerine-6f016312ed895123d1ace5d4455d878489a4e0c4.zip
cmd: fix tests (#55)
Diffstat (limited to 'cmd/gdex/dao_test.go')
-rw-r--r--cmd/gdex/dao_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/gdex/dao_test.go b/cmd/gdex/dao_test.go
index 19340fa1b..c4d3d0cc2 100644
--- a/cmd/gdex/dao_test.go
+++ b/cmd/gdex/dao_test.go
@@ -77,7 +77,7 @@ var daoProForkGenesis = `{
}
}`
-var daoGenesisHash = common.HexToHash("5e1fc79cb4ffa4739177b5408045cd5d51c6cf766133f23f7cd72ee1f8d790e0")
+var daoGenesisHash = common.HexToHash("0x81e17c54ca08eb60d9455df5600813b637fc460b86ccbd6ac322fb2d2bd2a935")
var daoGenesisForkBlock = big.NewInt(314)
// TestDAOForkBlockNewChain tests that the DAO hard-fork number and the nodes support/opposition is correctly
@@ -127,7 +127,7 @@ func testDAOForkBlockNewChain(t *testing.T, test int, genesis string, expectBloc
}
defer db.Close()
- genesisHash := common.HexToHash("0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3")
+ genesisHash := common.HexToHash("0x52b1459248252fcec3e9429362bdbc576c09515cfac0a87b278b2bf98d640c42")
if genesis != "" {
genesisHash = daoGenesisHash
}