Commit f11c16f
committed
Merge #6565: fix(qt): update CoinJoin frame and tx list on client model update
716cb3e fix(qt): update CoinJoin frame and tx list on client model update (UdjinM6)
Pull request description:
## Issue being fixed or feature implemented
3f9dca5 (#6541) broke Overview Page.
Wallet model is set earlier now (via WalletView ctor and not via `addWallet` 3f9dca5#diff-c0330db51c25c4bb621fca0b908dc6fc597db2077f74855eed1b16e0739748a6L88) but we need Client model too to call `updateAdvancedCJUI()` correctly and it's not yet available.
## What was done?
Move `updateAdvancedCJUI()` call to `setClientModel()`.
## How Has This Been Tested?
## Breaking Changes
## Checklist:
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e tests
- [ ] I have made corresponding changes to the documentation
- [ ] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_
ACKs for top commit:
PastaPastaPasta:
utACK 716cb3e
kwvg:
ACK 716cb3e
Tree-SHA512: 05b4cfaa17c531762122ef8e19470dcc299a57827274687ce5c765f1049b93672029fa170cd8f131c69c9b1f1f3fd542baab4a7ddaaa1405c109cd9b9eeaab6e1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| 302 | + | |
| 303 | + | |
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
| |||
322 | 324 | | |
323 | 325 | | |
324 | 326 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | 327 | | |
329 | 328 | | |
330 | 329 | | |
| |||
0 commit comments