Skip to content

Commit

Permalink
[2137]: Remove the ValueOwnerScopeCacheKeyPrefix since it's now only …
Browse files Browse the repository at this point in the history
…need for the migration, which already has it.
  • Loading branch information
SpicyLemon committed Sep 27, 2024
1 parent 1714816 commit 5296c31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/metadata/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ var (
AddressScopeCacheKeyPrefix = []byte{0x17}
// ScopeSpecScopeCacheKeyPrefix for scope to scope specification cache lookup
ScopeSpecScopeCacheKeyPrefix = []byte{0x11}
// TODO[2137]: Move this to the migration stuff so those entries can be deleted.
ValueOwnerScopeCacheKeyPrefix = []byte{0x18}

// AddressScopeSpecCacheKeyPrefix for scope spec lookup by address
AddressScopeSpecCacheKeyPrefix = []byte{0x19}
Expand Down

0 comments on commit 5296c31

Please sign in to comment.