parent
e230040c2e
commit
36295357d8
5 changed files with 30 additions and 2 deletions
|
@ -17,7 +17,7 @@ var (
|
|||
goBuiltins = []string{"len", "append", "panic", "make", "copy", "recover", "delete"}
|
||||
// Custom builtin utility functions.
|
||||
customBuiltins = []string{
|
||||
"FromAddress", "Equals", "Remove",
|
||||
"Abort", "FromAddress", "Equals", "Remove",
|
||||
"ToBool", "ToBytes", "ToString", "ToInteger",
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue