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

Pass context.Context to GetUtxo #2770

Closed
wants to merge 5 commits into from

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    f8c6b23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d232da8 View commit details
    Browse the repository at this point in the history
  3. lnwallet/btcwallet: provide ctx.Done() chan as neutrino QuitChan option

    This will make sure a long-running rescan can be canceled in case
    Neutrino is the backend.
    halseth committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    6a4f373 View commit details
    Browse the repository at this point in the history
  4. chainntnfs/neutrino: provide n.quit as neutrino QuitChan option

    This will make sure a long-running rescan can be canceled in the case
    the notifier is shutting down.
    halseth committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    be92df7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c25e14d View commit details
    Browse the repository at this point in the history