You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
I'm using tonapi-go to get list of transactions of an account. The wallet has some TON, DOGES, and NOTCOIN values.
on deposit transactions, there is transactions with InMsg->DecodedOpName with value of jetton_notify
When checking details of this transaction, values of success and aborted fields are not correct.
The tx hash mentioned in this sample is tx hash of NOT coin deposit on my wallet.
@gholami-mohammad
TONAPI shows correct data. The transaction was aborted. The tx's value is 0.000000001 TON. That is not enough to run TVM. The compute phase was skipped with cskip_no_gas reason.
@gholami-mohammad TONAPI shows correct data. The transaction was aborted. The tx's value is 0.000000001 TON. That is not enough to run TVM. The compute phase was skipped with cskip_no_gas reason.
Problem:
I'm using tonapi-go to get list of transactions of an account. The wallet has some TON, DOGES, and NOTCOIN values.
on deposit transactions, there is transactions with InMsg->DecodedOpName with value of
jetton_notify
When checking details of this transaction, values of success and aborted fields are not correct.
The tx hash mentioned in this sample is tx hash of NOT coin deposit on my wallet.
tx.Success
expected to be TRUE but it is FALSE and also tx.Aborted should be FALSE but it is TRUE.The text was updated successfully, but these errors were encountered: