From 693a88ef127797f962281e3970a95bbd2c5b61fb Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Wed, 22 May 2024 13:34:38 +0200 Subject: [PATCH] Increased MAX_ASSETS to 5 --- src/shared_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared_context.h b/src/shared_context.h index 71fd28f..b22aff1 100644 --- a/src/shared_context.h +++ b/src/shared_context.h @@ -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;