foreach
does not work correctly for Int as coins
value serialization
#1214
Labels
bug
Something isn't working or isn't right
scope: codegen
Code generation, a.k.a. compiler backend
scope: maps
The map datatype and operations on it
Milestone
The function below compiles successfully but throws
9
exit code in runtime.This is due to the fact that there is no
coins
serialization handling in foreach codegen:tact/src/generator/writers/writeFunction.ts
Lines 287 to 295 in 9156921
tact/src/generator/writers/writeFunction.ts
Lines 375 to 383 in 9156921
The text was updated successfully, but these errors were encountered: