compiler: remove convert.To*
from the list of builtins
Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
a92bf281c1
commit
b91de50e65
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ var (
|
|||
// Custom builtin utility functions.
|
||||
customBuiltins = []string{
|
||||
"FromAddress",
|
||||
"ToBool", "ToBytes", "ToString", "ToInteger",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue