Skip to content

Commit

Permalink
electrum -> electrum_xvg
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Aug 24, 2017
1 parent 2975dd1 commit 68e5064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/qt/installwizard.py
Expand Up @@ -116,7 +116,7 @@ def restore_or_create(self):
]

for i, (wtype,name) in enumerate(self.wallet_types):
if not filter(lambda x:x[0]==wtype, electrum.wallet.wallet_types):
if not filter(lambda x:x[0]==wtype, electrum_xvg.wallet.wallet_types):
continue
button = QRadioButton(gb2)
button.setText(name)
Expand Down

0 comments on commit 68e5064

Please sign in to comment.