Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Nov 15, 2024
1 parent 0178bcb commit 3b2af1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/account_storage_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ type AccountStorageV1 struct {
slabStorage atree.SlabStorage
memoryGauge common.MemoryGauge

// newDomainStorageMapSlabIndices contains root slab index of new domain storage maps.
// The indices are saved using Ledger.SetValue() during Commit().
// Key is StorageKey{address, accountStorageKey} and value is 8-byte slab index.
// newDomainStorageMapSlabIndices contains root slab indices of new domain storage maps.
// The indices are saved using Ledger.SetValue() during commit().
// Key is StorageDomainKey{common.StorageDomain, Address} and value is 8-byte slab index.
newDomainStorageMapSlabIndices *orderedmap.OrderedMap[interpreter.StorageDomainKey, atree.SlabIndex]
}

Expand Down

0 comments on commit 3b2af1c

Please sign in to comment.