-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
noencryptwallet does not display seed #1832
Comments
That is expected behavior, remove the |
It's not exactly obvious to users that this is expected behavior. Especially first-time users like me who read https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md#disabling-wallet-encryption and dismiss the |
@jonasnick agreed that we can modify the documentation (even just remove the documentation for that option) to make it less of a foot gun. A related issue to this is: #899, which is to allow the user to input an "empty" passphrase rather than force them to use a non-empty one. |
@jonasnick 100% agree that the naming and docs could be improved. I recall bringing this up in the past that the name does not suit the behavior, though the naming stuck and it was not revisited. I've made a PR to help address the confusion as we flesh out a full plan for deprecation. |
Background
when creating a lnd environment with noencryptwallet set, the wallet gets created without displaying a seed.
Your environment
Steps to reproduce
start a new lnd with --noencryptwallet
Expected behaviour
the wallet should wait for lncli create
Actual behaviour
the wallet creates a wallet.db without showing a seed
The text was updated successfully, but these errors were encountered: