From 66d58ad7a99a98b5e78fd97ddf777ea00e6091cf Mon Sep 17 00:00:00 2001 From: w0xlt <94266259+w0xlt@users.noreply.github.com> Date: Mon, 21 Feb 2022 15:33:42 -0300 Subject: [PATCH] qt, refactor: remove unused field `qint64 TransactionStatus::open_for` --- src/qt/transactionrecord.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/qt/transactionrecord.h b/src/qt/transactionrecord.h index dd34656d5fd..2898a2739e3 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) */