Skip to content

Commit

Permalink
chore: OCD fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan committed Aug 12, 2023
1 parent eb81693 commit 69ebea1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions lib/crypto/CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Oleg Andreev <[email protected]>
mog <[email protected]>
John Dvorak <[email protected]>
Christian Reitter <[email protected]>
Struan Clark <[email protected]>
3 changes: 0 additions & 3 deletions views/flipbip_scene_1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 69ebea1

Please sign in to comment.