File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ 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 flags the event of of adding to the witness during the contract creation initialization step
303
+ // GasChangeWitnessContractInit flags the event of adding to the witness during the contract creation initialization step
304
304
GasChangeWitnessContractInit GasChangeReason = 15
305
305
// GasChangeWitnessContractCreation flags the event of adding to the witness during the contract creation finalization step
306
306
GasChangeWitnessContractCreation GasChangeReason = 16
You can’t perform that action at this time.
0 commit comments