Merge nft and tokens into a single asset header
This commit is contained in:
@@ -7,11 +7,9 @@
|
||||
#include "os.h"
|
||||
#include "cx.h"
|
||||
#include "ethUstream.h"
|
||||
#include "tokens.h"
|
||||
#include "extra_info.h"
|
||||
#include "tx_content.h"
|
||||
#include "chainConfig.h"
|
||||
#include "nft.h"
|
||||
#include "asset_info.h"
|
||||
#ifdef HAVE_NBGL
|
||||
#include "nbgl_types.h"
|
||||
#endif
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "tokens.h"
|
||||
#include "asset_info.h"
|
||||
#include "swap_utils.h"
|
||||
|
||||
bool parse_swap_config(const uint8_t *config, uint8_t config_len, char *ticker, uint8_t *decimals) {
|
||||
|
||||
Reference in New Issue
Block a user