Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update LibWallet recovery task event handling #3142

Merged

Commits on Jul 28, 2021

  1. Update LibWallet recovery task event handling

    The recovery task broke out of its monitoring loop before getting the `UtxoScannerEvent::Completed` event. This PR just moves that break statement so that the final completed callback is made.
    
    Also Ignore `test_store_and_forward_send_tx` due to it being flakey on CI and the functionality is covered by Cucumber tests.
    philipr-za committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    263e87f View commit details
    Browse the repository at this point in the history