raw.getTransactions returns zero lt for outgoing messages without destination
mr-tron opened this issue · 1 comments
mr-tron commented
{
"@type": "raw.message",
"source": "Ef80UXx731GHxVr0-LYf3DIViMerdo3uJLAG3ykQZFjXz2kW",
"destination": "",
"value": "0",
"fwd_fee": "0",
"ihr_fee": "0",
"created_lt": "0", <------------------------------------HERE
"body_hash": "hkBYoo2dtpScy7a2j50y0K6zxoMtVJXAa6PfbLUm3o4=",
"msg_data": {
"@type": "msg.dataRaw",
"body": "te6cckEBAQEAEQAAHQAEhlbGxvLCB3b3JsZCGCGWjAc=",
"init_state": ""
},
"message": "AASGVsbG8sIHdvcmxkIQ\n"
},
```
dungeon-master-666 commented
Thanks for reporting. Fixed and rolled out.