Merge pull request #585 from LedgerHQ/feat/apa/increase_max_items

Increase max assets to 5 + LNS ram optimization
This commit is contained in:
apaillier-ledger
2024-05-22 14:27:36 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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;