Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
qt, refactor: remove unused field qint64 TransactionStatus::open_for
  • Loading branch information
w0xlt committed Apr 13, 2022
commit 66d58ad7a99a98b5e78fd97ddf777ea00e6091cf
3 changes: 0 additions & 3 deletions src/qt/transactionrecord.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ class TransactionStatus
@{*/
Status status;
qint64 depth;
qint64 open_for; /**< Timestamp if status==OpenUntilDate, otherwise number
of additional blocks that need to be mined before
finalization */
/**@}*/

/** Current block hash (to know whether cached status is still valid) */
Expand Down