From 243f8b7b851d5cab4f011ee8992c7b5fb3daf84f Mon Sep 17 00:00:00 2001 From: Elrond/ Date: Mon, 9 Jan 2023 14:23:01 +0200 Subject: [PATCH] FIX: Rename prefix --- core/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/constants.go b/core/constants.go index fe8edbb8..3ed15b3e 100644 --- a/core/constants.go +++ b/core/constants.go @@ -185,7 +185,7 @@ const RelayedTransactionV2 = "relayedTxV2" const SCDeployInitFunctionName = "_init" // ProtectedKeyPrefix is the key prefix which is protected from writing in the trie - only for special builtin functions -const ProtectedKeyPrefix = "ELROND" +const ProtectedKeyPrefix = "E" + "L" + "R" + "O" + "N" + "D" // DelegationSystemSCKey is the key under which there is data in case of system delegation smart contracts const DelegationSystemSCKey = "delegation"