cmd, core: remove calaveras testnet (#23366)

Removes references to the short-lived Calaveras testnet
This commit is contained in:
Zachinquarantine
2021-08-17 12:43:25 -04:00
committed by GitHub
parent 6902485767
commit 85b9bdd641
10 changed files with 5 additions and 85 deletions

View File

@ -185,10 +185,6 @@ func TestGenesisHashes(t *testing.T) {
genesis: DefaultRinkebyGenesisBlock(),
hash: params.RinkebyGenesisHash,
},
{
genesis: DefaultCalaverasGenesisBlock(),
hash: params.CalaverasGenesisHash,
},
}
for i, c := range cases {
b := c.genesis.MustCommit(rawdb.NewMemoryDatabase())