File tree Expand file tree Collapse file tree 3 files changed +2
-25
lines changed Expand file tree Collapse file tree 3 files changed +2
-25
lines changed Original file line number Diff line number Diff line change 39
39
40
40
ragger_plugin_boilerplate_tests :
41
41
name : Run ragger tests using the reusable workflow
42
- needs : build_plugin_boilerplate_application
42
+ needs : [ build_plugin_boilerplate_application, build_ethereum_application]
43
43
uses : LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
44
44
with :
45
45
app_repository : LedgerHQ/app-plugin-boilerplate
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ typedef struct nftInfo_t {
32
32
33
33
// TOKENS
34
34
35
- #define MAX_TICKER_LEN 11 // 10 characters + '\0'
35
+ #define MAX_TICKER_LEN 51 // 50 characters + '\0'
36
36
37
37
typedef struct tokenDefinition_t {
38
38
uint8_t address [ADDRESS_LENGTH ]; // must be first item
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments