From abc46c6c1da78e2220738056ddd89b32de645590 Mon Sep 17 00:00:00 2001 From: Maciej Kulawik Date: Fri, 16 Aug 2024 13:19:29 +0200 Subject: [PATCH] rename DeprecatedKeysV0 to DeprecatedPrefixesV0 --- core/rawdb/schema_arbitrum.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rawdb/schema_arbitrum.go b/core/rawdb/schema_arbitrum.go index 1256015723..e4648b60e4 100644 --- a/core/rawdb/schema_arbitrum.go +++ b/core/rawdb/schema_arbitrum.go @@ -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