core/tracing: fix typo in comment (#30443)

minor fix
pull/30441/merge
Ikko Ashimine 3 days ago committed by GitHub
parent ec596e06a5
commit 8dd296201d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      core/tracing/hooks.go

@ -300,7 +300,7 @@ const (
GasChangeCallStorageColdAccess GasChangeReason = 13 GasChangeCallStorageColdAccess GasChangeReason = 13
// GasChangeCallFailedExecution is the burning of the remaining gas when the execution failed without a revert. // GasChangeCallFailedExecution is the burning of the remaining gas when the execution failed without a revert.
GasChangeCallFailedExecution GasChangeReason = 14 GasChangeCallFailedExecution GasChangeReason = 14
// 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
GasChangeWitnessContractInit GasChangeReason = 15 GasChangeWitnessContractInit GasChangeReason = 15
// GasChangeWitnessContractCreation flags the event of adding to the witness during the contract creation finalization step // GasChangeWitnessContractCreation flags the event of adding to the witness during the contract creation finalization step
GasChangeWitnessContractCreation GasChangeReason = 16 GasChangeWitnessContractCreation GasChangeReason = 16

Loading…
Cancel
Save