Skip to content

Commit 8dd2962

Browse files
author
Ikko Eltociear Ashimine
authored
core/tracing: fix typo in comment (#30443)
minor fix
1 parent ec596e0 commit 8dd2962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tracing/hooks.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ const (
300300
GasChangeCallStorageColdAccess GasChangeReason = 13
301301
// GasChangeCallFailedExecution is the burning of the remaining gas when the execution failed without a revert.
302302
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
304304
GasChangeWitnessContractInit GasChangeReason = 15
305305
// GasChangeWitnessContractCreation flags the event of adding to the witness during the contract creation finalization step
306306
GasChangeWitnessContractCreation GasChangeReason = 16

0 commit comments

Comments
 (0)