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: prevent immediate run of wallet recovery on cron script #3260

Merged
merged 2 commits into from
Sep 6, 2021

Commits on Sep 5, 2021

  1. fix: prevent initial run of wallet recovery

    When running cron, the two walet receovery tests would run immediately
    and not be awaited (Promises are eager in js)
    - Fix " ReferenceError: Cannot access recoveredAmount before
      initialization"
    sdbondi committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    cd28682 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    c3ad2da View commit details
    Browse the repository at this point in the history