mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
qt, refactor: remove unused field qint64 TransactionStatus::open_for
This commit is contained in:
parent
ad6adedb46
commit
66d58ad7a9
1 changed files with 0 additions and 3 deletions
|
@ -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) */
|
||||
|
|
Loading…
Add table
Reference in a new issue