Removed EIP712 verbose display of inner struct names

This commit is contained in:
Alexandre Paillier
2023-07-18 17:00:35 +02:00
parent 8541d69d33
commit 17968338d8
+4 -1
View File
@@ -314,7 +314,10 @@ static bool path_update(void) {
}
feed_last_hash_depth(hash);
ui_712_queue_struct_to_review();
// TODO: Find a better way to show inner structs in verbose mode when it might be
// an empty array of structs in which case we don't want to show it but the
// size is only known later
// ui_712_queue_struct_to_review();
path_depth_list_push();
}
return true;