We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaa5597 + c497a19 commit daebf9eCopy full SHA for daebf9e
src/qt/transactiontablemodel.cpp
@@ -93,10 +93,7 @@ class TransactionTablePriv
93
94
TransactionTableModel *parent;
95
96
- /* Local cache of wallet.
97
- * As it is in the same order as the CWallet, by definition
98
- * this is sorted by sha256.
99
- */
+ //! Local cache of wallet sorted by transaction hash
100
QList<TransactionRecord> cachedWallet;
101
102
/** True when model finishes loading all wallet transactions on start */
0 commit comments