core/tracing: fix copy/paste error+comments in reason listing (#30431)
Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
This commit is contained in:
parent
f544fc3b46
commit
07b5a04bd6
@ -300,14 +300,14 @@ 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 is the amount charged for adding to the witness during the contract creation initialization step
|
// GasChangeWitnessContractInit flags the event of of adding to the witness during the contract creation initialization step
|
||||||
GasChangeWitnessContractInit GasChangeReason = 15
|
GasChangeWitnessContractInit GasChangeReason = 15
|
||||||
// GasChangeWitnessContractCreation is the amount charged for 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
|
||||||
// GasChangeWitnessCodeChunk is the amount charged for touching one or more contract code chunks
|
// GasChangeWitnessCodeChunk flags the event of adding one or more contract code chunks to the witness
|
||||||
GasChangeWitnessCodeChunk GasChangeReason = 17
|
GasChangeWitnessCodeChunk GasChangeReason = 17
|
||||||
// GasChangeWitnessContractCollisionCheck the amount charged for checking a contract collision
|
// GasChangeWitnessContractCollisionCheck flags the event of adding to the witness when checking for contract address collision
|
||||||
GasChangeWitnessContractCollisionCheck GasChangeReason = 17
|
GasChangeWitnessContractCollisionCheck GasChangeReason = 18
|
||||||
|
|
||||||
// GasChangeIgnored is a special value that can be used to indicate that the gas change should be ignored as
|
// GasChangeIgnored is a special value that can be used to indicate that the gas change should be ignored as
|
||||||
// it will be "manually" tracked by a direct emit of the gas change event.
|
// it will be "manually" tracked by a direct emit of the gas change event.
|
||||||
|
Loading…
Reference in New Issue
Block a user