bisq/desktop/src
Steven Barclay 3fa6b25789
Avoid calling BsqTxView.updateList() twice on view load
Remove the direct call to 'updateList' in the 'BsqTxView.activate()'
method, as it is later called indirectly via 'onUpdateAnyChainHeight()'.
This nearly doubles the loading speed of the BSQ tx list (in the DAO /
BSQ Wallet tab), since 'updateList' is very slow when there are many txs
in the wallet.
2023-03-08 13:50:41 +08:00
..
main Avoid calling BsqTxView.updateList() twice on view load 2023-03-08 13:50:41 +08:00
test Clean up TransactionAwareTrade & speed it up slightly 2023-02-09 14:34:18 +08:00