Skip to content

Commit

Permalink
Merge pull request #6070 from onflow/fxamacker/fix-migration-missing-…
Browse files Browse the repository at this point in the history
…path-cap-domain

Fix Cadence 1.0 migration missing PathCapabilityStorageDomain
  • Loading branch information
fxamacker authored Jun 11, 2024
2 parents 216b3ce + f1a3a39 commit 09b0870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/util/ledger/migrations/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ var AllStorageMapDomains = []string{
runtime.StorageDomainContract,
stdlib.InboxStorageDomain,
stdlib.CapabilityControllerStorageDomain,
stdlib.PathCapabilityStorageDomain,
stdlib.AccountCapabilityStorageDomain,
}

var allStorageMapDomainsSet = map[string]struct{}{}
Expand Down

0 comments on commit 09b0870

Please sign in to comment.