From f74d31788c9ea2524c27fd216a8e5ce0649bca35 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sat, 28 Feb 2015 14:06:23 +0100 Subject: [PATCH] old PIN -> current PIN --- trezorlib/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trezorlib/client.py b/trezorlib/client.py index 16e52d6adf..8b60dd5336 100644 --- a/trezorlib/client.py +++ b/trezorlib/client.py @@ -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: