params: remove redundant consts, disable metro on AllProtocolChanges

This commit is contained in:
Péter Szilágyi
2017-07-04 12:28:58 +03:00
parent a0aa071ca6
commit 8f12d76a47
10 changed files with 57 additions and 107 deletions

View File

@ -89,7 +89,7 @@ func TestDAOForkBlockNewChain(t *testing.T) {
expectVote bool
}{
// Test DAO Default Mainnet
{"", params.MainNetDAOForkBlock, true},
{"", params.MainnetChainConfig.DAOForkBlock, true},
// test DAO Init Old Privnet
{daoOldGenesis, nil, false},
// test DAO Default No Fork Privnet