aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionrecord.h
diff options
context:
space:
mode:
authorw0xlt <94266259+w0xlt@users.noreply.github.com>2022-02-21 15:33:42 -0300
committerw0xlt <94266259+w0xlt@users.noreply.github.com>2022-04-13 12:24:37 -0300
commit66d58ad7a99a98b5e78fd97ddf777ea00e6091cf (patch)
tree2d4bab7a59485722c046fe9b64129468afef671f /src/qt/transactionrecord.h
parentad6adedb46e25870bcdabeca93c51c3ac2a33de7 (diff)
downloadbitcoin-66d58ad7a99a98b5e78fd97ddf777ea00e6091cf.tar.xz
qt, refactor: remove unused field `qint64 TransactionStatus::open_for`
Diffstat (limited to 'src/qt/transactionrecord.h')
-rw-r--r--src/qt/transactionrecord.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qt/transactionrecord.h b/src/qt/transactionrecord.h
index dd34656d5f..2898a2739e 100644
--- a/src/qt/transactionrecord.h
+++ b/src/qt/transactionrecord.h
@@ -53,9 +53,6 @@ public:
@{*/
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) */