@ -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;