tfix typo - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit d3465bb60ab8f48e6e7657651aa4373abb6efbc3
DIR parent f5ade2da86200ea477a5e984d159cad493c7a42d
HTML Author: ThomasV <thomasv@electrum.org>
Date: Tue, 31 Oct 2017 14:07:24 +0100
fix typo
Diffstat:
M plugins/ledger/ledger.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/plugins/ledger/ledger.py b/plugins/ledger/ledger.py
t@@ -60,7 +60,7 @@ class Ledger_Client():
#self.get_client() # prompt for the PIN before displaying the dialog if necessary
#self.handler.show_message("Computing master public key")
try:
- if xtype in ['p2wpkh', 'p2wsh'] and not nelf.supports_native_segwit():
+ if xtype in ['p2wpkh', 'p2wsh'] and not self.supports_native_segwit():
raise Exception("Firmware version too old for Segwit support. Please update at https://www.ledgerwallet.com")
if xtype in ['p2wpkh-p2sh', 'p2wsh-p2sh'] and not self.supports_segwit():
raise Exception("Firmware version too old for Segwit support. Please update at https://www.ledgerwallet.com")