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
In the output table, there's a column for "Confirmation time", providing a time stamp for when a transaction was confirmed.
Current behaviour:
The time stamp in "confirmation time" logs the time when the wallet realised that the transaction was confirmed, not necessarily when the transaction actually was confirmed on chain.
Expected behaviour:
The column should display information of when the transaction in question was confirmed on chain, for example by either:
Providing the time stamp of the block that confirmed transaction; or
Renaming Confirmation Time to Confirmed at height and instead providing the block height that confirmed the transaction.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
grin-wallet txs
Current behaviour:
Expected behaviour:
Confirmation Time
toConfirmed at height
and instead providing the block height that confirmed the transaction.The text was updated successfully, but these errors were encountered: