-
Notifications
You must be signed in to change notification settings - Fork 92
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
[GUI] Added new show/dump mnemonic UI, similar to the dumpmnemonic RPC call #692
Conversation
A new build of 2f713d9 has completed succesfully! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested gitian build on Window 10.
I would not call it "master mnemonic" |
@@ -499,6 +500,9 @@ void NavCoinGUI::createActions() | |||
exportMasterPrivateKeyAction = new QAction(tr("Show &master private key"), this); | |||
exportMasterPrivateKeyAction->setToolTip(tr("Show master private key")); | |||
|
|||
exportMnemonicAction = new QAction(tr("Show m&nemonic"), this); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Xa5r I've changed the label
Done |
A new build of 5492fa5 has completed succesfully! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested osx
closes #621