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

Problem: mnemonic field is accidentally deleted in accounts generation #12

Closed
allthatjazzleo opened this issue Jul 5, 2021 · 1 comment
Assignees

Comments

@allthatjazzleo
Copy link
Contributor

allthatjazzleo commented Jul 5, 2021

9caa95e

@allthatjazzleo allthatjazzleo changed the title Problem: Problem: mnemonic field is accidentally deleted Jul 5, 2021
@allthatjazzleo allthatjazzleo changed the title Problem: mnemonic field is accidentally deleted Problem: mnemonic field is accidentally deleted in accounts generation Jul 5, 2021
allthatjazzleo added a commit that referenced this issue Jul 5, 2021
@leejw51crypto
Copy link
Collaborator

leejw51crypto commented Jul 5, 2021

modify like this

    def create_account(cli, account use_ledger=False, mnemonics=""):
        if use_ledger:
            acct = cli.create_account_ledger(account["name"])
        else:
            acct = cli.create_account(account["name"], mnemonics)

yihuang pushed a commit that referenced this issue Jul 6, 2021
…ration (#13)

Solution: adding back mnemonic field
@yihuang yihuang closed this as completed Apr 26, 2022
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

No branches or pull requests

3 participants