electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 78469f488aedf449450ab660702580bd4cfd5481
parent 6b914232e499c96204de3e003b6c63f0df8aae45
Author: Maran <maran.hidskes@gmail.com>
Date:   Wed, 20 Aug 2014 20:00:43 +0200

Change wording on Trezor pincode request

Diffstat:
Mplugins/trezor.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/trezor.py b/plugins/trezor.py @@ -341,7 +341,7 @@ class TrezorQtGuiMixin(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: