Now only compiles full EIP-712 support for capable devices
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#ifndef EIP712_CTX_H_
|
||||
#define EIP712_CTX_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
#ifdef HAVE_EIP712_FULL_SUPPORT
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
extern uint8_t *typenames_array;
|
||||
extern uint8_t *structs_array;
|
||||
@@ -13,4 +14,6 @@ void eip712_context_deinit(void);
|
||||
|
||||
extern bool eip712_context_initialized;
|
||||
|
||||
#endif // HAVE_EIP712_FULL_SUPPORT
|
||||
|
||||
#endif // EIP712_CTX_H_
|
||||
|
||||
Reference in New Issue
Block a user