diff options
author | w0xlt <94266259+w0xlt@users.noreply.github.com> | 2022-02-21 15:33:42 -0300 |
---|---|---|
committer | w0xlt <94266259+w0xlt@users.noreply.github.com> | 2022-04-13 12:24:37 -0300 |
commit | 66d58ad7a99a98b5e78fd97ddf777ea00e6091cf (patch) | |
tree | 2d4bab7a59485722c046fe9b64129468afef671f /src/qt | |
parent | ad6adedb46e25870bcdabeca93c51c3ac2a33de7 (diff) |
qt, refactor: remove unused field `qint64 TransactionStatus::open_for`
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/transactionrecord.h | 3 |
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) */ |