From 17968338d8f82b3bf9018d189fcf335ecca40337 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Thu, 6 Jul 2023 13:46:54 +0200 Subject: [PATCH] Removed EIP712 verbose display of inner struct names --- src_features/signMessageEIP712/path.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src_features/signMessageEIP712/path.c b/src_features/signMessageEIP712/path.c index e678dd0..621d11d 100644 --- a/src_features/signMessageEIP712/path.c +++ b/src_features/signMessageEIP712/path.c @@ -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;