mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
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:
parent
ffc22b7d42
commit
c497a198db
1 changed files with 1 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue