diff --git a/main.cpp b/main.cpp index ab21fd5..1eee7b3 100644 --- a/main.cpp +++ b/main.cpp @@ -113,7 +113,6 @@ int main() { int c; while(1) { - if (needsFetch) { printw("Fetching SOL conversion rate, please wait...\n"); refresh(); @@ -161,7 +160,6 @@ int main() { } displayMenu(menu_win, highlight, choices, n_choices, rate); } - endwin(); return 0; } \ No newline at end of file