Skip to content

Commit ad83bf7

Browse files
committed
remove timeout reset
Since it's async now, there should be no need to increase timeout.
1 parent fe7dae9 commit ad83bf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/keystore.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ bool keystore_unlock_bip39_check(const uint8_t* seed, size_t seed_length)
506506
if (!_check_retained_seed(seed, seed_length)) {
507507
return false;
508508
}
509-
usb_processing_timeout_reset(LONG_TIMEOUT);
510509

511510
return true;
512511
}

0 commit comments

Comments
 (0)