-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Unable to restore wallet in ord 0.16.0-rc1
#3225
Comments
I also just tried entering the mnemonic one word per line. That didn't work either. |
ord/src/subcommand/wallet/restore.rs Line 30 in 0529f3e
for |
@so7ow for your example:
after input your mnemonic, you must input EOF (End of File) by pressing Ctrl + D (on Unix/Linux systems) or Ctrl + Z (on Windows systems). |
@raphjaph BTW, Is |
Thank you, I'll give that a try. If that's truly required, some notice to the user would seem to be in order! |
That worked! 👍🏻 |
I've fixed this and written some documentation in #3237 Thank you for bringing this up to my attention! |
I am unable to restore a known-good ord wallet using the 0.16.0-rc1 version of ord.
I start a server:
I leave that running and execute this in another window:
...and then I get a cursor on the new line. I assume I am supposed to type in my space-separated mnemonic here, on one line? When I do, and press enter, the cursor advances to the next line and then nothing happens. Am I doing something wrong, or is this broken?
Restoring the same wallet in ord 0.15.0 works fine:
The text was updated successfully, but these errors were encountered: