You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/legacy/firmware/ethereum_definitions_consta...

18 lines
436 B

// This file is automatically generated from ethereum_definitions_constants.h.mako
// DO NOT EDIT
#ifndef __ETHEREUM_DEFINITIONS_CONSTANTS_H__
#define __ETHEREUM_DEFINITIONS_CONSTANTS_H__
#include <stdint.h>
#include "crypto.h"
#include "messages-ethereum-definitions.pb.h"
#include "pb.h"
#define MIN_DATA_VERSION ${ethereum_defs_timestamp}
#define FORMAT_VERSION_LENGTH 5
#define FORMAT_VERSION (const pb_byte_t *)"trzd1"
#endif