1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00

ethereum: fix max_chain_id

This commit is contained in:
Pavol Rusnak 2018-08-20 15:51:17 +02:00
parent 33dcb4ae8a
commit b7a82060a9
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -37,7 +37,7 @@
#include "messages.pb.h"
/* 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 uint32_t data_total, data_left;