Skip to content

Commit 66d58ad

Browse files
committed
qt, refactor: remove unused field qint64 TransactionStatus::open_for
1 parent ad6aded commit 66d58ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/qt/transactionrecord.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ class TransactionStatus
5353
@{*/
5454
Status status;
5555
qint64 depth;
56-
qint64 open_for; /**< Timestamp if status==OpenUntilDate, otherwise number
57-
of additional blocks that need to be mined before
58-
finalization */
5956
/**@}*/
6057

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

0 commit comments

Comments
 (0)