mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix: do not lower xpub
This commit is contained in:
parent
671b1574b3
commit
c0535634fd
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class InstallWizard(QDialog):
|
||||||
|
|
||||||
|
|
||||||
def get_seed_text(self, seed_e):
|
def get_seed_text(self, seed_e):
|
||||||
text = unicode(seed_e.toPlainText()).lower().strip()
|
text = unicode(seed_e.toPlainText()).strip()
|
||||||
text = ' '.join(text.split())
|
text = ' '.join(text.split())
|
||||||
return text
|
return text
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue