Skip to content

Commit

Permalink
feat: enable warning icons on the signing page.
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Jul 26, 2024
1 parent d589163 commit 1a04411
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/ui/nbgl_transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,9 @@ static void review_continue(bool ask_more) {

static void review_start(void) {
nbgl_operationType_t op_type = TYPE_TRANSACTION;
// TODO: SDK bug, waiting for fix
// if (G_context.unverified_contracts) {
// op_type |= BLIND_OPERATION;
// }
if (G_context.unverified_contracts) {
op_type |= BLIND_OPERATION;
}

if (formatter_data.envelope->type == ENVELOPE_TYPE_SOROBAN_AUTHORIZATION) {
nbgl_useCaseReviewStreamingStart(op_type,
Expand Down

0 comments on commit 1a04411

Please sign in to comment.