diff options
Diffstat (limited to 'GeneralStateTests/stEIP158Specific/CALL_ZeroVCallSuicide.json')
-rw-r--r-- | GeneralStateTests/stEIP158Specific/CALL_ZeroVCallSuicide.json | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/GeneralStateTests/stEIP158Specific/CALL_ZeroVCallSuicide.json b/GeneralStateTests/stEIP158Specific/CALL_ZeroVCallSuicide.json index 2667db6ce..80c5ecde1 100644 --- a/GeneralStateTests/stEIP158Specific/CALL_ZeroVCallSuicide.json +++ b/GeneralStateTests/stEIP158Specific/CALL_ZeroVCallSuicide.json @@ -2,7 +2,7 @@ "CALL_ZeroVCallSuicide" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++", "source" : "/src/GeneralStateTestsFiller/stEIP158Specific/CALL_ZeroVCallSuicideFiller.json" }, "env" : { @@ -21,7 +21,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "EIP158" : [ @@ -31,7 +33,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Frontier" : [ @@ -41,7 +45,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Homestead" : [ @@ -51,7 +57,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Metropolis" : [ @@ -61,7 +69,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ] }, |