-
Notifications
You must be signed in to change notification settings - Fork 66
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
Comments
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. |
OK I got it, I can create my first key with default config, then use it to generate a new one with custom config |
Check this out too: https://developers.flow.com/tools/flow-cli/keys/generate-keys |
Problem
I specify sig-algo & network, but it turned out to be a sig-algo=ECDSA_P256 key
Steps to Reproduce
Acceptance Criteria
Context
flow-cli version: v1.20.5
The text was updated successfully, but these errors were encountered: