aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionrecord.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-07-07 14:27:16 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-07-07 14:27:16 +0200
commitfbaee7a8533b23d846ee16837320f709c4e83d47 (patch)
treef867d31077177c79d27a2c475fb19b566c5010bf /src/qt/transactionrecord.h
parentd52a0f3bca2c8df8360308b062185d803e34f0d9 (diff)
downloadbitcoin-fbaee7a8533b23d846ee16837320f709c4e83d47.tar.xz
Export functionality for transaction list
Diffstat (limited to 'src/qt/transactionrecord.h')
-rw-r--r--src/qt/transactionrecord.h3
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);