Skip to content

Commit

Permalink
rename DeprecatedKeysV0 to DeprecatedPrefixesV0
Browse files Browse the repository at this point in the history
  • Loading branch information
magicxyyz committed Aug 16, 2024
1 parent aa44bd4 commit abc46c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/rawdb/schema_arbitrum.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (
activatedAsmHostPrefix = []byte{0x00, 'w', 'h'} // (prefix, moduleHash) -> stylus asm for system other then ARM and x86
)

func DeprecatedKeysV0() (keyPrefixes [][]byte, keyLength int) {
func DeprecatedPrefixesV0() (keyPrefixes [][]byte, keyLength int) {
return [][]byte{
// deprecated prefixes, used in version 0x00, purged in version 0x01
[]byte{0x00, 'w', 'a'}, // ActivatedAsmPrefix
Expand Down

0 comments on commit abc46c6

Please sign in to comment.