Fix comment about how wallet txs are sorted

The wallet transactions in the node are not sorted
by hash. Also make comment Doxygen compatible.
This commit is contained in:
John Moffett 2023-01-27 09:38:03 -05:00
parent ffc22b7d42
commit c497a198db

View file

@ -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<TransactionRecord> cachedWallet;
/** True when model finishes loading all wallet transactions on start */