Browse Source

Change wording on Trezor pincode request

283
Maran 11 years ago
parent
commit
78469f488a
  1. 2
      plugins/trezor.py

2
plugins/trezor.py

@ -341,7 +341,7 @@ class TrezorQtGuiMixin(object):
def callback_PinMatrixRequest(self, msg): def callback_PinMatrixRequest(self, msg):
if msg.type == 1: if msg.type == 1:
desc = 'old PIN' desc = 'current PIN'
elif msg.type == 2: elif msg.type == 2:
desc = 'new PIN' desc = 'new PIN'
elif msg.type == 3: elif msg.type == 3:

Loading…
Cancel
Save