From c497a198db6f417d2612078a9fbc101e259fab33 Mon Sep 17 00:00:00 2001 From: John Moffett Date: Fri, 27 Jan 2023 09:38:03 -0500 Subject: [PATCH] Fix comment about how wallet txs are sorted The wallet transactions in the node are not sorted by hash. Also make comment Doxygen compatible. --- src/qt/transactiontablemodel.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/qt/transactiontablemodel.cpp b/src/qt/transactiontablemodel.cpp index 3b32137bd4..25d54bdce6 100644 --- a/src/qt/transactiontablemodel.cpp +++ b/src/qt/transactiontablemodel.cpp @@ -93,10 +93,7 @@ public: TransactionTableModel *parent; - /* Local cache of wallet. - * As it is in the same order as the CWallet, by definition - * this is sorted by sha256. - */ + //! Local cache of wallet sorted by transaction hash QList cachedWallet; /** True when model finishes loading all wallet transactions on start */