Skip to content

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkyaraj-23 committed Feb 12, 2024
1 parent 43d39dc commit a7caf07
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 15 deletions.
2 changes: 0 additions & 2 deletions app/src/apdu.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* Tezos Ledger application - Some common primitives and some command handlers
TODO: split this file (apdu primitives and apdu handlers)
Copyright 2023 Nomadic Labs <[email protected]>
Copyright 2023 Trilitech <[email protected]>
Expand Down
2 changes: 0 additions & 2 deletions app/src/apdu.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* Tezos Ledger application - Some common primitives and some command handlers
TODO: split this file (apdu primitives and apdu handlers)
Copyright 2023 Nomadic Labs <[email protected]>
With code excerpts from:
Expand Down
4 changes: 1 addition & 3 deletions app/src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,4 @@ extern const settings_t N_settings_real;

extern unsigned int app_stack_canary; // From SDK

extern unsigned char G_io_seproxyhal_spi_buffer[IO_SEPROXYHAL_BUFFER_SIZE_B];

// extern const uint32_t mainnet_chain_id = 0x7A06A770 // NetXdQprcVkpaWU
extern unsigned char G_io_seproxyhal_spi_buffer[IO_SEPROXYHAL_BUFFER_SIZE_B];
2 changes: 0 additions & 2 deletions app/src/keys.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* Tezos Ledger application - Signature primitives
TODO: cleanup/refactor
Copyright 2023 Nomadic Labs <[email protected]>
Copyright 2023 Functori <[email protected]>
Expand Down
2 changes: 0 additions & 2 deletions app/src/keys.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* Tezos Ledger application - Signature primitives
TODO: cleanup/refactor
Copyright 2023 Nomadic Labs <[email protected]>
With code excerpts from:
Expand Down
3 changes: 0 additions & 3 deletions app/src/ui_strings.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ ui_strings_can_fit(size_t len, bool *can_fit)
/* @param in: ptr to char[] to copy into the buffer
@param in_len: number of of chars to copy. in_len <= strlen(in)
@param out: will be set to the start of the char[] in the buffer
// TODO: for future, when appending is a possibility
@param out_len: strlen(out) 0 < out_len <= in_len
*/
void
ui_strings_push(const char *in, size_t len, char **out)
Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ compare_strings() {
STR2="$2"

if [ "nanox" = "$TARGET" ]; then
# TODO: raise issue on speculos?
STR1="$(echo $1 | sed 's/Parsing errorERR//g')"
STR2="$(echo $2 | sed 's/Parsing errorERR//g')"
fi
Expand Down

0 comments on commit a7caf07

Please sign in to comment.