Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/spesmilo/electrum
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Feb 11, 2016
2 parents 24560e0 + 34e8c0e commit 2bbe829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def hardware_wallets(self, action):
wallet_types.append(details[1])
descs.append(details[2])
except:
traceback.print_exc()
self.print_error("cannot load plugin for:", name)
return wallet_types, descs

Expand Down

0 comments on commit 2bbe829

Please sign in to comment.