Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

DAPS-1243 QT: Add a refresh button to the history screen#867

Open
lyricidal wants to merge 2 commits into
developfrom
DAPS-1243
Open

DAPS-1243 QT: Add a refresh button to the history screen#867
lyricidal wants to merge 2 commits into
developfrom
DAPS-1243

Conversation

@lyricidal
Copy link
Copy Markdown
Contributor

No description provided.

as per TG with Cam:

 if you are doing refresh button, I think we need to change this code
TRY_LOCK(cs_main, lockMain);
    if (!lockMain)
        return;
    TRY_LOCK(pwalletMain->cs_wallet, lockWallet);
    if (!lockWallet)
        return;
to
LOCK2(cs_main, pwalletMain->cs_wallet);

LOCK2(cs_main, pwalletMain->cs_wallet); will force user to wait until the history page is refreshed
@DecentralizedSolutions DecentralizedSolutions removed their request for review November 11, 2019 17:37
@DecentralizedSolutions DecentralizedSolutions changed the title DAPS-1243 QT > Add a refresh button to the history page DAPS-1243 QT: Add a refresh button to the history screen Nov 11, 2019
@lyricidal lyricidal added the DO NOT MERGE Needs additional testing, fixes, or might break something unexpectedly label Nov 25, 2019
@DecentralizedSolutions DecentralizedSolutions removed the DO NOT MERGE Needs additional testing, fixes, or might break something unexpectedly label Nov 29, 2019
@DecentralizedSolutions DecentralizedSolutions added this to the v1.0.5 milestone Nov 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants