no UI for ECDHSessionKey for now (just ask for PIN)

This commit is contained in:
Pavol Rusnak 2016-06-23 19:09:24 +02:00
parent 1abc0b23d2
commit c6309ff93c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 0 additions and 2 deletions

View File

@ -784,8 +784,6 @@ void fsm_msgGetECDHSessionKey(GetECDHSessionKey *msg)
return;
}
// TODO: consider adding appropriate UI for manual confirmation?
if (!protectPin(true)) {
layoutHome();
return;