From 6d7104c9944218bcf60073ff9934b6f27eb5da6f Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Wed, 24 May 2017 17:09:01 +0200 Subject: [Qt] make sure transaction table entry gets updated after bump --- src/qt/transactionrecord.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/qt/transactionrecord.h') diff --git a/src/qt/transactionrecord.h b/src/qt/transactionrecord.h index 5aabbbffa8..59f681224f 100644 --- a/src/qt/transactionrecord.h +++ b/src/qt/transactionrecord.h @@ -61,6 +61,8 @@ public: /** Current number of blocks (to know whether cached status is still valid) */ int cur_num_blocks; + + bool needsUpdate; }; /** UI model for a transaction. A core transaction can be represented by multiple UI transactions if it has -- cgit v1.2.3