compiler: remove convert.To* from the list of builtins

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgeniy Stratonikov 2021-10-23 16:16:03 +03:00
parent a92bf281c1
commit b91de50e65

View file

@ -18,7 +18,6 @@ var (
// Custom builtin utility functions.
customBuiltins = []string{
"FromAddress",
"ToBool", "ToBytes", "ToString", "ToInteger",
}
)