v0.0.10 - Show existing seed phrase after mnemonic login for visibility
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
*/
|
||||
#define NT_VERSION_MAJOR 0
|
||||
#define NT_VERSION_MINOR 0
|
||||
#define NT_VERSION_PATCH 9
|
||||
#define NT_VERSION "v0.0.9"
|
||||
#define NT_VERSION_PATCH 10
|
||||
#define NT_VERSION "v0.0.10"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -519,6 +519,11 @@ void menu_login(void) {
|
||||
continue;
|
||||
}
|
||||
|
||||
tui_print("");
|
||||
tui_print("Using seed phrase: %s", g_state.seed_phrase);
|
||||
tui_print("");
|
||||
tui_get_line("Press Enter to continue >", input, (int)sizeof(input));
|
||||
|
||||
(void)state_load_user_info();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user