X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Ftransactionrecord.h;h=0050c878ee6ecda1385d39124237a59f6838c5ec;hp=c196be2a9ebe398ca4f5d3bfd9463ec653cb9690;hb=fbaee7a8533b23d846ee16837320f709c4e83d47;hpb=d52a0f3bca2c8df8360308b062185d803e34f0d9 diff --git a/src/qt/transactionrecord.h b/src/qt/transactionrecord.h index c196be2..0050c87 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);