File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -300,14 +300,14 @@ const (
300
300
GasChangeCallStorageColdAccess GasChangeReason = 13
301
301
// GasChangeCallFailedExecution is the burning of the remaining gas when the execution failed without a revert.
302
302
GasChangeCallFailedExecution GasChangeReason = 14
303
- // GasChangeWitnessContractInit is the amount charged for adding to the witness during the contract creation initialization step
303
+ // GasChangeWitnessContractInit flags the event of of adding to the witness during the contract creation initialization step
304
304
GasChangeWitnessContractInit GasChangeReason = 15
305
- // GasChangeWitnessContractCreation is the amount charged for adding to the witness during the contract creation finalization step
305
+ // GasChangeWitnessContractCreation flags the event of adding to the witness during the contract creation finalization step
306
306
GasChangeWitnessContractCreation GasChangeReason = 16
307
- // GasChangeWitnessCodeChunk is the amount charged for touching one or more contract code chunks
307
+ // GasChangeWitnessCodeChunk flags the event of adding one or more contract code chunks to the witness
308
308
GasChangeWitnessCodeChunk GasChangeReason = 17
309
- // GasChangeWitnessContractCollisionCheck the amount charged for checking a contract collision
310
- GasChangeWitnessContractCollisionCheck GasChangeReason = 17
309
+ // GasChangeWitnessContractCollisionCheck flags the event of adding to the witness when checking for contract address collision
310
+ GasChangeWitnessContractCollisionCheck GasChangeReason = 18
311
311
312
312
// GasChangeIgnored is a special value that can be used to indicate that the gas change should be ignored as
313
313
// it will be "manually" tracked by a direct emit of the gas change event.
You can’t perform that action at this time.
0 commit comments