Skip to content

Commit c497a19

Browse files
committed
Fix comment about how wallet txs are sorted
The wallet transactions in the node are not sorted by hash. Also make comment Doxygen compatible.
1 parent ffc22b7 commit c497a19

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/qt/transactiontablemodel.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@ class TransactionTablePriv
9393

9494
TransactionTableModel *parent;
9595

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-
*/
96+
//! Local cache of wallet sorted by transaction hash
10097
QList<TransactionRecord> cachedWallet;
10198

10299
/** True when model finishes loading all wallet transactions on start */

0 commit comments

Comments
 (0)