diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-03-06 20:22:50 +0000 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-03-07 13:08:20 +0000 |
commit | 3b26b6af728d5ac538d333a1275073c7c5a012e1 (patch) | |
tree | 3e667109c50ba8445532cd2e404664e63d0d31c0 /src/qt/transactionrecord.h | |
parent | 20e3b9a485fd6b23785c5caa49d01ea49fdc8bcf (diff) |
qt: Remove TransactionTableModel::TxIDRole
Diffstat (limited to 'src/qt/transactionrecord.h')
-rw-r--r-- | src/qt/transactionrecord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/transactionrecord.h b/src/qt/transactionrecord.h index 29a3cd8de7..5321d05d15 100644 --- a/src/qt/transactionrecord.h +++ b/src/qt/transactionrecord.h @@ -129,7 +129,7 @@ public: bool involvesWatchAddress; /** Return the unique identifier for this transaction (part) */ - QString getTxID() const; + QString getTxHash() const; /** Return the output index of the subtransaction */ int getOutputIndex() const; |