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

Fixing generate-key with --seedPhrase #1003

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mm-near
Copy link
Contributor

@mm-near mm-near commented Jul 20, 2022

Currently when you call

near --generate-key --seedPhrase a b c ..

It will create 2 implicit keys (one with the seedPhrase and the other one with random value) - which is a little bit confusing.

Moreover, I think that something's wrong with seed-phrase.js code - as it should probably store the key in a seedPhraseKeystore (but I'm not very familiar with this code).

@mm-near mm-near requested a review from volovyks July 20, 2022 10:46
@volovyks
Copy link
Collaborator

@judith-Near can you please fix tests, since they are broken on master after your last merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants