mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Merge branch 'master' into tracing/verkle-reasons
This commit is contained in:
commit
7f5d463319
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue