diff --git a/app/src/common/tx.c b/app/src/common/tx.c index 3c326ac..53661e4 100644 --- a/app/src/common/tx.c +++ b/app/src/common/tx.c @@ -109,7 +109,7 @@ void tx_parse_reset() zxerr_t tx_getNumItems(uint8_t *num_items) { if(app_mode_blindsign()){ - *num_items = 3; + *num_items = 2; return zxerr_ok; }