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
For a locked transaction with an unlock_time set, in the outputs endpoint the "tx_confirmations" is 0 and the "tx_timestamp" is 0, but in the transaction endpoint the "confirmations" is 218170 and the timestamp is 1668901942. Is there a reason for that or is it a bug?
The text was updated successfully, but these errors were encountered:
"api/outputs?txhash=<tx_hash>&address=&viewkey=&txprove=0" for the tx gives this response for a transaction that has unlock_time not 0 in "api/rawtransaction/<tx_hash>":
Notice that 'tx_confirmations' is 0 and 'tx_timestamp' is 0.
In "api/transaction/<tx_hash>" the confirms and timestamp exists in 'confirmations' and 'timestamp' instead of being 0.
For a locked transaction with an unlock_time set, in the outputs endpoint the "tx_confirmations" is 0 and the "tx_timestamp" is 0, but in the transaction endpoint the "confirmations" is 218170 and the timestamp is 1668901942. Is there a reason for that or is it a bug?
The text was updated successfully, but these errors were encountered: