Increased EIP712 max array depth to 8

This commit is contained in:
Alexandre Paillier
2022-09-14 17:27:34 +02:00
parent edac57df06
commit 35c77ff29c
+1 -1
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;