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
curl -s -X POST -H 'Content-Type: application/json' -d '{"id": "543e68baf877c5a64efdafe176bcc5fc2923cef5f91314eacb5e6705a5e1db54"}' http://127.0.0.1:7000/v1/history/get_transaction | jq
{
"code": 500,
"message": "Internal Service Error",
"error": {
"code": 3040011,
"name": "tx_not_found",
"what": "The transaction can not be found",
"details": [
{
"message": "Transaction 543e68baf877c5a64efdafe176bcc5fc2923cef5f91314eacb5e6705a5e1db54 not found in history and no block hint was given",
"file": "",
"line_number": 1,
"method": "get_transaction"
}
]
},
"query_time_ms": 2.608
}
who can help me, thanks you
The text was updated successfully, but these errors were encountered:
I try to request the official node to get the data
But my node returns the following information
who can help me, thanks you
The text was updated successfully, but these errors were encountered: