We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a4791 commit 170387cCopy full SHA for 170387c
src_features/signTx/cmd_signTx.c
@@ -12,10 +12,6 @@ uint16_t handleSign(uint8_t p1,
12
uint16_t sw = APDU_NO_RESPONSE;
13
cx_err_t error = CX_INTERNAL_ERROR;
14
15
- if (os_global_pin_is_validated() != BOLOS_UX_OK) {
16
- PRINTF("Device is PIN-locked");
17
- return APDU_RESPONSE_SECURITY_NOT_SATISFIED;
18
- }
19
if (p1 == P1_FIRST) {
20
if (appState != APP_STATE_IDLE) {
21
reset_app_context();
0 commit comments