We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa44bd4 commit abc46c6Copy full SHA for abc46c6
core/rawdb/schema_arbitrum.go
@@ -34,7 +34,7 @@ var (
34
activatedAsmHostPrefix = []byte{0x00, 'w', 'h'} // (prefix, moduleHash) -> stylus asm for system other then ARM and x86
35
)
36
37
-func DeprecatedKeysV0() (keyPrefixes [][]byte, keyLength int) {
+func DeprecatedPrefixesV0() (keyPrefixes [][]byte, keyLength int) {
38
return [][]byte{
39
// deprecated prefixes, used in version 0x00, purged in version 0x01
40
[]byte{0x00, 'w', 'a'}, // ActivatedAsmPrefix
0 commit comments