Renamed the existing EIP712 implementation folder

This commit is contained in:
Alexandre Paillier
2022-05-03 09:33:46 +02:00
parent 895c37e1fa
commit b25eaa1b48
5 changed files with 20 additions and 18 deletions

View File

@@ -3,12 +3,14 @@
#include "utils.h"
#include "ui_flow.h"
void handleSignEIP712Message(uint8_t p1,
uint8_t p2,
const uint8_t *workBuffer,
uint16_t dataLength,
unsigned int *flags,
unsigned int *tx) {
void handleSignEIP712Message_v0(uint8_t p1,
uint8_t p2,
const uint8_t *workBuffer,
uint16_t dataLength,
unsigned int *flags,
unsigned int *tx) {
uint8_t i;
UNUSED(tx);
if ((p1 != 00) || (p2 != 00)) {
THROW(0x6B00);