Merge pull request #585 from LedgerHQ/feat/apa/increase_max_items
Increase max assets to 5 + LNS ram optimization
This commit is contained in:
Submodule ethereum-plugin-sdk updated: 2ced76b8a3...da99751d1f
@@ -22,7 +22,7 @@
|
||||
|
||||
#define N_storage (*(volatile internalStorage_t *) PIC(&N_storage_real))
|
||||
|
||||
#define MAX_ASSETS MAX_ITEMS // TODO: Temporary, remove once plugin SDK is updated
|
||||
#define MAX_ASSETS 5
|
||||
|
||||
typedef struct bip32_path_t {
|
||||
uint8_t length;
|
||||
|
||||
Reference in New Issue
Block a user