mirror of https://github.com/status-im/evmc.git
Go binding: add EVMC_STORAGE_MODIFIED_DIRTY
This commit is contained in:
parent
d617e193ba
commit
e614e2fbdd
|
@ -43,6 +43,7 @@ const (
|
||||||
StorageModified StorageStatus = C.EVMC_STORAGE_MODIFIED
|
StorageModified StorageStatus = C.EVMC_STORAGE_MODIFIED
|
||||||
StorageAdded StorageStatus = C.EVMC_STORAGE_ADDED
|
StorageAdded StorageStatus = C.EVMC_STORAGE_ADDED
|
||||||
StorageDeleted StorageStatus = C.EVMC_STORAGE_DELETED
|
StorageDeleted StorageStatus = C.EVMC_STORAGE_DELETED
|
||||||
|
StorageModifiedDirty StorageStatus = C.EVMC_STORAGE_MODIFIED_DIRTY
|
||||||
)
|
)
|
||||||
|
|
||||||
func goAddress(in C.struct_evmc_address) common.Address {
|
func goAddress(in C.struct_evmc_address) common.Address {
|
||||||
|
|
Loading…
Reference in New Issue