Compare commits

...
2 Commits
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
*/
#define NT_VERSION_MAJOR 0
#define NT_VERSION_MINOR 0
#define NT_VERSION_PATCH 8
#define NT_VERSION "v0.0.8"
#define NT_VERSION_PATCH 10
#define NT_VERSION "v0.0.10"
#include <stdio.h>
#include <stdlib.h>
+5
View File
@@ -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;
}