core/state: revert metro suicide map addition (#15024)

This commit is contained in:
Péter Szilágyi
2017-08-24 13:42:00 +03:00
committed by Felix Lange
parent 20b818d206
commit ff9a868232
4 changed files with 28 additions and 49 deletions

View File

@ -37,7 +37,6 @@ func TestBlockchain(t *testing.T) {
// Still failing tests
bt.skipLoad(`^bcWalletTest.*_Byzantium$`)
bt.skipLoad(`^bcStateTests/suicideCoinbase.json.*_Byzantium$`)
bt.walk(t, blockTestDir, func(t *testing.T, name string, test *BlockTest) {
if err := bt.checkFailure(t, name, test.Run()); err != nil {