Merge pull request #530 from LedgerHQ/fix/apa/extra_tokens_build

Fix broken build for chains with extra tokens (testnets)
This commit is contained in:
apaillier-ledger
2024-02-06 11:00:29 +01:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
#pragma once
#include "asset_info.h"
#ifdef HAVE_TOKENS_EXTRA_LIST
#define NUM_TOKENS_EXTRA 8

View File

@@ -3,6 +3,7 @@
#include "public_keys.h"
#include "common_ui.h"
#include "os_io_seproxyhal.h"
#include "extra_tokens.h"
#include "network.h"
#ifdef HAVE_CONTRACT_NAME_IN_DESCRIPTOR