Explorar o código

fix: comment fix

sc %!s(int64=2) %!d(string=hai) anos
pai
achega
8cb7f0994d
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 1 2
      flipbip.c
  2. 2 1
      views/flipbip_scene_1.c

+ 1 - 2
flipbip.c

@@ -183,8 +183,7 @@ int32_t flipbip_app(void* p) {
 
     view_dispatcher_attach_to_gui(app->view_dispatcher, app->gui, ViewDispatcherTypeFullscreen);
 
-    scene_manager_next_scene(
-        app->scene_manager, FlipBipSceneMenu); //Start with start screen
+    scene_manager_next_scene(app->scene_manager, FlipBipSceneMenu); //Start with start screen
     //scene_manager_next_scene(app->scene_manager, FlipBipSceneMenu); //if you want to directly start with Menu
 
     furi_hal_power_suppress_charge_enter();

+ 2 - 1
views/flipbip_scene_1.c

@@ -161,7 +161,8 @@ static void flipbip_scene_1_init_address(
         addr_text[1] = 'x';
         // Convert the hash to a hex string
         flipbip_btox((uint8_t*)buf, 20, addr_text + 2);
-    } else if(coin_info[5] == FlipBipCoinZEC133) { // ETH
+
+    } else if(coin_info[5] == FlipBipCoinZEC133) { // ZEC
         ecdsa_get_address(
             s_addr_node->public_key, coin_info[3], HASHER_SHA2_RIPEMD, HASHER_SHA2D, buf, buflen);
         addr_text[0] = 't';