ton-contract-executor
ton-contract-executor copied to clipboard
Cannot correctly parse empty tuple
Executor hangs then we try to return empty tuple from get method, like:
_ empty_tuple() method_id {
return empty_tuple();
}