old PIN -> current PIN

pull/1/head
Pavol Rusnak 9 years ago
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…
Cancel
Save