Browse Source

Already optimized

283
BTChip 10 years ago
parent
commit
8a47c80827
  1. 1
      plugins/btchipwallet.py

1
plugins/btchipwallet.py

@ -315,7 +315,6 @@ class BTChipWallet(NewWallet):
outputAmount = amount outputAmount = amount
self.get_client() # prompt for the PIN before displaying the dialog if necessary self.get_client() # prompt for the PIN before displaying the dialog if necessary
# S-L-O-W. Make it better
if not self.check_proper_device(): if not self.check_proper_device():
give_error('Wrong device or password') give_error('Wrong device or password')

Loading…
Cancel
Save