diff options
Diffstat (limited to 'GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGas.json')
-rw-r--r-- | GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGas.json | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGas.json b/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGas.json index c477913e1..cb40fcce6 100644 --- a/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGas.json +++ b/GeneralStateTests/stEIP150singleCodeGasPrices/RawDelegateCallGas.json @@ -2,7 +2,7 @@ "RawDelegateCallGas" : { "_info" : { "comment" : "", - "filledwith" : "cpp-1.3.0+commit.57f8eb2b.Linux.g++", + "filledwith" : "cpp-1.3.0+commit.16292201.Linux.g++", "source" : "/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawDelegateCallGasFiller.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" : [ + ] } ] }, |