diff options
author | JaSK <temp@temp.temp> | 2014-04-05 21:36:48 +0200 |
---|---|---|
committer | JaSK <temp@temp.temp> | 2014-07-02 15:48:38 +0200 |
commit | d2692f61164730322547871f2124de06ade0436b (patch) | |
tree | 311a39b0f3fe010a7960aa29e41420b160ae7f55 /src/qt/transactionrecord.h | |
parent | ffd40da361639faeef405c7e4a504a340d77aa5b (diff) |
Watchonly transactions are marked in transaction history
Diffstat (limited to 'src/qt/transactionrecord.h')
-rw-r--r-- | src/qt/transactionrecord.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/transactionrecord.h b/src/qt/transactionrecord.h index 37679cebfa..d3cfa77d97 100644 --- a/src/qt/transactionrecord.h +++ b/src/qt/transactionrecord.h @@ -137,6 +137,9 @@ public: /** Status: can change with block chain update */ TransactionStatus status; + /** Whether the transaction was sent/received with a watch-only address */ + bool involvesWatchAddress; + /** Return the unique identifier for this transaction (part) */ QString getTxID() const; |