Moved EIP 712 commands handling into their own file & renamed some things

This commit is contained in:
Alexandre Paillier
2022-07-05 17:18:22 +02:00
parent 399b865e5c
commit 7dad477413
15 changed files with 16 additions and 33 deletions

View File

@@ -9,7 +9,6 @@
#include "ux_flow_engine.h"
#include "ui_flow_712.h"
#include "shared_context.h"
#include "eip712.h" // get_struct_name
#include "ethUtils.h" // getEthDisplayableAddress
#include "utils.h" // uint256_to_decimal
#include "common_712.h"