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
I wanted to point out a bug in the tronGrid.account.getTransactions method (or endpoint /v1/accounts/{address}/transactions)
In the response with transaction history for the wallet, the incoming REVERTED internal_transaction comes with "rejected": false
But if you request the transaction history for the wallet from which this transaction (outgoing) occurred - the answer will be "rejected": true (which is correct).
Hello!
I wanted to point out a bug in the
tronGrid.account.getTransactions
method (or endpoint/v1/accounts/{address}/transactions
)In the response with transaction history for the wallet, the incoming REVERTED internal_transaction comes with
"rejected": false
But if you request the transaction history for the wallet from which this transaction (outgoing) occurred - the answer will be
"rejected": true
(which is correct).Example:
Transaction -https://nile.tronscan.org/#/transaction/98a7dbe13b5dfc6cec27ed756e6e4c790ee4458cb3a20b1ee30b032311f3b902/internal-transactions
Recipient wallet for internal_transaction - TC4soJtqg5umgebs6UKeZ9XeNJM3FdYyRm
When retrieving the transaction history using the query endpoint: https://nile.trongrid.io/v1/accounts/TC4soJtqg5umgebs6UKeZ9XeNJM3FdYyRm/transactions.
In the response, I get:
Wallet sender for internal_transaction - TRURXG7kZ1WfDxptA5pUgGt3g2SYFwLze9
When retrieving the transaction history by querying endpoint: https://nile.trongrid.io/v1/accounts/TRURXG7kZ1WfDxptA5pUgGt3g2SYFwLze9/transactions
In the response, I get:
The text was updated successfully, but these errors were encountered: