Skip to content

Commit

Permalink
Renamed base58 file as its duplicate wrt base58 in SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkyaraj-23 committed Feb 23, 2024
1 parent fd7048f commit f1a4e30
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 f1a4e30

Please sign in to comment.