Increased EIP712 max array depth to 8

This commit is contained in:
Alexandre Paillier
2022-09-01 10:19:03 +02:00
parent edac57df06
commit 35c77ff29c

View File

@@ -7,7 +7,7 @@
#include <stdbool.h>
#define MAX_PATH_DEPTH 16
#define MAX_ARRAY_DEPTH 4
#define MAX_ARRAY_DEPTH 8
typedef struct {
uint8_t path_index;