mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-25 04:25:42 +00:00
old PIN -> current PIN
This commit is contained in:
parent
45d9955bc2
commit
f74d31788c
@ -166,7 +166,7 @@ class TextUIMixin(object):
|
||||
|
||||
def callback_PinMatrixRequest(self, msg):
|
||||
if msg.type == 1:
|
||||
desc = 'old PIN'
|
||||
desc = 'current PIN'
|
||||
elif msg.type == 2:
|
||||
desc = 'new PIN'
|
||||
elif msg.type == 3:
|
||||
|
Loading…
Reference in New Issue
Block a user