|
|
@@ -3,7 +3,6 @@
|
|
|
#include <furi_hal.h>
|
|
|
#include <input/input.h>
|
|
|
#include <gui/elements.h>
|
|
|
-//#include <dolphin/dolphin.h>
|
|
|
#include <storage/storage.h>
|
|
|
#include <string.h>
|
|
|
//#include "flipbip_icons.h"
|
|
|
@@ -147,9 +146,7 @@ static void flipbip_scene_1_init_address(
|
|
|
// BTC / DOGE style address
|
|
|
ecdsa_get_address(
|
|
|
s_addr_node->public_key, coin_info[3], HASHER_SHA2_RIPEMD, HASHER_SHA2D, buf, buflen);
|
|
|
-
|
|
|
strcpy(addr_text, buf);
|
|
|
-
|
|
|
//ecdsa_get_wif(addr_node->private_key, WIF_VERSION, HASHER_SHA2D, buf, buflen);
|
|
|
|
|
|
} else if(coin_info[5] == FlipBipCoinETH60) { // ETH
|