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

lib: implement a superior workaround for the watchonly wallet on Windows #656

Merged
merged 2 commits into from
Aug 30, 2023

Commits on Aug 30, 2023

  1. lib: implement a superior workaround for the watchonly wallet on Windows

    See the added comment for the details. No need to store the watchonly
    wallet under bitcoind's datadir anymore. 🎉 🎉
    darosior committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c9d86f1 View commit details
    Browse the repository at this point in the history
  2. lib: on Windows, migrate the watchonly wallet from bitcoind datadir

    We used to store it there, if it's not within our own datadir copy it
    from where it would have been stored by Liana v1.
    
    Note we don't conditionally compile this on Windows so the codepath can
    be tested with a functional test.
    darosior committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5680ad2 View commit details
    Browse the repository at this point in the history