Updated on 2026-08-14
This commit is contained in:
parent
b1134eb19e
commit
198457327c
8 changed files with 31 additions and 3 deletions
|
|
@ -125,6 +125,9 @@ public class SignPaymentTask extends Thread {
|
|||
} catch (CardProtocol.TangemException_InvalidPIN e) {
|
||||
e.printStackTrace();
|
||||
protocol.setError(e);
|
||||
} catch (CardProtocol.TangemException_WrongAmount e) {
|
||||
e.printStackTrace();
|
||||
protocol.setError(e);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
protocol.setError(e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue