diff options
| author | JaSK <[email protected]> | 2014-04-05 21:36:48 +0200 |
|---|---|---|
| committer | JaSK <[email protected]> | 2014-07-02 15:48:38 +0200 |
| commit | d2692f61164730322547871f2124de06ade0436b (patch) | |
| tree | 311a39b0f3fe010a7960aa29e41420b160ae7f55 /src/qt/transactionrecord.h | |
| parent | Watchonly balances are shown separately in gui. (diff) | |
| download | discoin-d2692f61164730322547871f2124de06ade0436b.tar.xz discoin-d2692f61164730322547871f2124de06ade0436b.zip | |
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 37679cebf..d3cfa77d9 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; |