Skip to content

Commit abc46c6

Browse files
committed
rename DeprecatedKeysV0 to DeprecatedPrefixesV0
1 parent aa44bd4 commit abc46c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/rawdb/schema_arbitrum.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var (
3434
activatedAsmHostPrefix = []byte{0x00, 'w', 'h'} // (prefix, moduleHash) -> stylus asm for system other then ARM and x86
3535
)
3636

37-
func DeprecatedKeysV0() (keyPrefixes [][]byte, keyLength int) {
37+
func DeprecatedPrefixesV0() (keyPrefixes [][]byte, keyLength int) {
3838
return [][]byte{
3939
// deprecated prefixes, used in version 0x00, purged in version 0x01
4040
[]byte{0x00, 'w', 'a'}, // ActivatedAsmPrefix

0 commit comments

Comments
 (0)