ethereum: fix max_chain_id

pull/25/head
Pavol Rusnak 6 years ago
parent 33dcb4ae8a
commit b7a82060a9
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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;

Loading…
Cancel
Save