ton-community / ton-contract-executor

The TON Contract Executor allows you to write, debug, and fully test your contracts before launching them to the TON blockchain.
72 stars 12 forks source link

Cannot correctly parse empty tuple #4

Open dvlkv opened 2 years ago

dvlkv commented 2 years ago

Executor hangs then we try to return empty tuple from get method, like:

_ empty_tuple() method_id {
   return empty_tuple();
}