Updated the EIP-712 filtering signature specs; Update the verification implementation to now handle field path intead of only the field key name

This commit is contained in:
Alexandre Paillier
2022-07-01 18:23:35 +02:00
parent 4574c223f2
commit 01179730a1
5 changed files with 71 additions and 71 deletions

View File

@@ -132,7 +132,7 @@ void ui_712_next_field(void)
}
if (ui_ctx->structs_to_review > 0)
{
ui_712_review_struct(path_get_nth_struct_to_last(ui_ctx->structs_to_review));
ui_712_review_struct(path_get_nth_field_to_last(ui_ctx->structs_to_review));
ui_ctx->structs_to_review -= 1;
}
else