We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec596e0 commit 8dd2962Copy full SHA for 8dd2962
core/tracing/hooks.go
@@ -300,7 +300,7 @@ const (
300
GasChangeCallStorageColdAccess GasChangeReason = 13
301
// GasChangeCallFailedExecution is the burning of the remaining gas when the execution failed without a revert.
302
GasChangeCallFailedExecution GasChangeReason = 14
303
- // GasChangeWitnessContractInit flags the event of of adding to the witness during the contract creation initialization step
+ // GasChangeWitnessContractInit flags the event of adding to the witness during the contract creation initialization step
304
GasChangeWitnessContractInit GasChangeReason = 15
305
// GasChangeWitnessContractCreation flags the event of adding to the witness during the contract creation finalization step
306
GasChangeWitnessContractCreation GasChangeReason = 16
0 commit comments