Now only compiles full EIP-712 support for capable devices
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef ENCODE_FIELD_H_
|
||||
#define ENCODE_FIELD_H_
|
||||
|
||||
#ifdef HAVE_EIP712_FULL_SUPPORT
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
@@ -11,4 +13,6 @@ void *encode_boolean(const bool *const value, uint8_t length);
|
||||
void *encode_address(const uint8_t *const value, uint8_t length);
|
||||
void *encode_bytes(const uint8_t *const value, uint8_t length);
|
||||
|
||||
#endif // HAVE_EIP712_FULL_SUPPORT
|
||||
|
||||
#endif // ENCODE_FIELD_H_
|
||||
|
||||
Reference in New Issue
Block a user