Skip to content

Commit

Permalink
Merge pull request #41 from trilitech/32-duplicate-files-with-ledger-…
Browse files Browse the repository at this point in the history
…secure-sdk

Renamed base58 file as its duplicate wrt base58 in SDK
  • Loading branch information
spalmer25 authored Feb 23, 2024
2 parents fd7048f + f1a4e30 commit c866189
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/apdu_sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "apdu.h"
#include "baking_auth.h"
#include "base58.h"
#include "base58_encoding.h"
#include "globals.h"
#include "keys.h"
#include "memory.h"
Expand Down
2 changes: 1 addition & 1 deletion src/base58.c → src/base58_encoding.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <string.h>
#include <sys/types.h>

#include "base58.h"
#include "base58_encoding.h"

#define MAX_ENC_INPUT_SIZE 120

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/to_string.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "to_string.h"

#include "apdu.h"
#include "base58.h"
#include "base58_encoding.h"
#include "keys.h"
#include "delegates.h"

Expand Down
2 changes: 1 addition & 1 deletion src/ui_sign_bagl.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "apdu.h"
#include "baking_auth.h"
#include "base58.h"
#include "base58_encoding.h"
#include "globals.h"
#include "keys.h"
#include "memory.h"
Expand Down
2 changes: 1 addition & 1 deletion src/ui_sign_nbgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "apdu.h"
#include "baking_auth.h"
#include "base58.h"
#include "base58_encoding.h"
#include "globals.h"
#include "keys.h"
#include "memory.h"
Expand Down

0 comments on commit c866189

Please sign in to comment.