EIP712 filtering, added new APDUs

This commit is contained in:
Alexandre Paillier
2022-06-13 12:50:55 +02:00
parent 56e0875979
commit a24f621ce3
8 changed files with 327 additions and 4 deletions

View File

@@ -55,7 +55,6 @@ bool eip712_context_init(void)
// create len(types)
*(eip712_context->structs_array) = 0;
return true;
}