Skip to content

Commit

Permalink
added remove code leaf builin func name
Browse files Browse the repository at this point in the history
  • Loading branch information
ssd04 committed Sep 6, 2023
1 parent 5bdc450 commit 9059d2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ const BuiltInFunctionUnGuardAccount = "UnGuardAccount"
// BuiltInFunctionMigrateDataTrie is the built-in function key for migrating the data trie
const BuiltInFunctionMigrateDataTrie = "MigrateDataTrie"

// BuiltInFunctionRemoveCodeLeaf is the built-in function key for removing code leaf
const BuiltInFunctionRemoveCodeLeaf = "RemoveCodeLeaf"

// ESDTRoleLocalMint is the constant string for the local role of mint for ESDT tokens
const ESDTRoleLocalMint = "ESDTRoleLocalMint"

Expand Down

0 comments on commit 9059d2b

Please sign in to comment.