fix(qt): update CoinJoin frame and tx list on client model update#6565
fix(qt): update CoinJoin frame and tx list on client model update#6565PastaPastaPasta merged 1 commit intodashpay:developfrom
Conversation
Overview Page is broken after 6541
WalkthroughThe changes modify the update behavior of the CoinJoin interface in the OverviewPage class. In the 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (2)
🔇 Additional comments (1)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
#6541 and this follow-up are for v23, removed |
Issue being fixed or feature implemented
3f9dca5 (#6541) broke Overview Page.
Wallet model is set earlier now (via WalletView ctor and not via
addWallet3f9dca5#diff-c0330db51c25c4bb621fca0b908dc6fc597db2077f74855eed1b16e0739748a6L88) but we need Client model too to callupdateAdvancedCJUI()correctly and it's not yet available.What was done?
Move
updateAdvancedCJUI()call tosetClientModel().How Has This Been Tested?
Breaking Changes
Checklist: