Skip to content

Commit 69ebea1

Browse files
committed
chore: OCD fixes
1 parent eb81693 commit 69ebea1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/crypto/CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ Oleg Andreev <[email protected]>
1414
1515
John Dvorak <[email protected]>
1616
Christian Reitter <[email protected]>
17+
Struan Clark <[email protected]>

views/flipbip_scene_1.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include <furi_hal.h>
44
#include <input/input.h>
55
#include <gui/elements.h>
6-
//#include <dolphin/dolphin.h>
76
#include <storage/storage.h>
87
#include <string.h>
98
//#include "flipbip_icons.h"
@@ -147,9 +146,7 @@ static void flipbip_scene_1_init_address(
147146
// BTC / DOGE style address
148147
ecdsa_get_address(
149148
s_addr_node->public_key, coin_info[3], HASHER_SHA2_RIPEMD, HASHER_SHA2D, buf, buflen);
150-
151149
strcpy(addr_text, buf);
152-
153150
//ecdsa_get_wif(addr_node->private_key, WIF_VERSION, HASHER_SHA2D, buf, buflen);
154151

155152
} else if(coin_info[5] == FlipBipCoinETH60) { // ETH

0 commit comments

Comments
 (0)