Merge pull request #131 from LedgerHQ/eip_2718

Support EIP2718 (transaction types) and EIP2930 (access list transactions) and display ChainID
This commit is contained in:
Jean P
2021-05-04 11:54:30 +02:00
committed by GitHub
13 changed files with 409 additions and 141 deletions

View File

@@ -750,7 +750,11 @@ void coin_main(chain_config_t *coin_config) {
if (N_storage.initialized != 0x01) {
internalStorage_t storage;
#ifdef HAVE_ALLOW_DATA
storage.dataAllowed = 0x01;
#else
storage.dataAllowed = 0x00;
#endif
storage.contractDetails = 0x00;
storage.displayNonce = 0x00;
storage.initialized = 0x01;