diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-07 14:27:16 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-07 14:27:16 +0200 |
commit | fbaee7a8533b23d846ee16837320f709c4e83d47 (patch) | |
tree | f867d31077177c79d27a2c475fb19b566c5010bf /src/qt/transactionrecord.h | |
parent | d52a0f3bca2c8df8360308b062185d803e34f0d9 (diff) |
Export functionality for transaction list
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 c196be2a9e..0050c878ee 100644 --- a/src/qt/transactionrecord.h +++ b/src/qt/transactionrecord.h @@ -103,6 +103,9 @@ public: /* Status: can change with block chain update */ TransactionStatus status; + /* Return the unique identifier for this transaction (part) */ + std::string getTxID(); + /* Update status from wallet tx. */ void updateStatus(const CWalletTx &wtx); |