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

fix(console_wallet): use cli.non_interactive instead of prompt to show seed words #4612

Merged

Conversation

willyrgf
Copy link
Contributor

@willyrgf willyrgf commented Sep 2, 2022

Description

When starting a new console wallet with --password 'xxx' the seed words do not show.

It's happen because of the property used to decide show or not the seed words its based on prompt instead of --non-interactive arg.

More detailed here: #4568


Closes #4568

@willyrgf willyrgf force-pushed the fix/console-wallet-seed-words branch from 1c7119a to 3303185 Compare September 2, 2022 15:55
@stringhandler
Copy link
Collaborator

Looks good. Will test it locally

Copy link
Member

@sdbondi sdbondi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and works - thanks!

@stringhandler stringhandler merged commit 8ad67ab into tari-project:development Sep 5, 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

Successfully merging this pull request may close these issues.

console-wallet: seed words don't show up if using the --password flag
4 participants