From b242c6fb79380c27ee87b8fc928ba76e1e8092b8 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 15 Feb 2017 18:51:05 +0400 Subject: replace "Frontier", "Homestead", "EIP150", "EIP158" with "ALL" --- .../stTransactionTest/CreateMessageSuccessFiller.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GeneralStateTestsFiller/stTransactionTest/CreateMessageSuccessFiller.json') diff --git a/src/GeneralStateTestsFiller/stTransactionTest/CreateMessageSuccessFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/CreateMessageSuccessFiller.json index 1c6a0ce33..783b320cc 100644 --- a/src/GeneralStateTestsFiller/stTransactionTest/CreateMessageSuccessFiller.json +++ b/src/GeneralStateTestsFiller/stTransactionTest/CreateMessageSuccessFiller.json @@ -15,7 +15,7 @@ "gas" : -1, "value" : -1 }, - "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], + "network" : ["ALL"], "result" : { "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "100", -- cgit