mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-23 07:58:09 +00:00
ethereum: fix max_chain_id
This commit is contained in:
parent
33dcb4ae8a
commit
b7a82060a9
@ -37,7 +37,7 @@
|
|||||||
#include "messages.pb.h"
|
#include "messages.pb.h"
|
||||||
|
|
||||||
/* maximum supported chain id. v must fit in an uint32_t. */
|
/* maximum supported chain id. v must fit in an uint32_t. */
|
||||||
#define MAX_CHAIN_ID 2147483630
|
#define MAX_CHAIN_ID 2147483629
|
||||||
|
|
||||||
static bool ethereum_signing = false;
|
static bool ethereum_signing = false;
|
||||||
static uint32_t data_total, data_left;
|
static uint32_t data_total, data_left;
|
||||||
|
Loading…
Reference in New Issue
Block a user