interop: add Abort() function to ABORT things

Related to #2227.
This commit is contained in:
Roman Khimov 2021-10-22 14:50:51 +03:00
parent e230040c2e
commit 36295357d8
5 changed files with 30 additions and 2 deletions

View file

@ -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",
}
)