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

"flow accounts create", flags is not working #1658

Closed
daorren opened this issue Jun 20, 2024 · 3 comments · Fixed by #1668
Closed

"flow accounts create", flags is not working #1658

daorren opened this issue Jun 20, 2024 · 3 comments · Fixed by #1668

Comments

@daorren
Copy link

daorren commented Jun 20, 2024

Problem

I specify sig-algo & network, but it turned out to be a sig-algo=ECDSA_P256 key

2024-06-20_15 50 30

Steps to Reproduce

Acceptance Criteria

Context

flow-cli version: v1.20.5

@chasefleming
Copy link
Member

I looked into the code and it looks like it actually wants the key and weight in order to skip interactive mode (which is the mode where you are picking the network instead of giving the flag). The logic has some issues, so thank you for reporting it, but you should be able to get around this in the meantime by also providing a key and weight.

@daorren
Copy link
Author

daorren commented Jul 3, 2024

OK I got it, I can create my first key with default config, then use it to generate a new one with custom config

@chasefleming
Copy link
Member

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

Successfully merging a pull request may close this issue.

2 participants