diff options
Diffstat (limited to 'GeneralStateTests/stSystemOperationsTest/Call10.json')
-rw-r--r-- | GeneralStateTests/stSystemOperationsTest/Call10.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/GeneralStateTests/stSystemOperationsTest/Call10.json b/GeneralStateTests/stSystemOperationsTest/Call10.json index 48a73dd3a..acef0d449 100644 --- a/GeneralStateTests/stSystemOperationsTest/Call10.json +++ b/GeneralStateTests/stSystemOperationsTest/Call10.json @@ -1,5 +1,10 @@ { "Call10" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stSystemOperationsTest/Call10Filler.json" + }, "env" : { "currentCoinbase" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b", "currentDifficulty" : "0x020000", @@ -16,7 +21,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "EIP158" : [ @@ -26,7 +33,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Frontier" : [ @@ -36,7 +45,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Homestead" : [ @@ -46,7 +57,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ], "Metropolis" : [ @@ -56,7 +69,9 @@ "data" : 0, "gas" : 0, "value" : 0 - } + }, + "logs" : [ + ] } ] }, |