mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix
This commit is contained in:
parent
f12760829f
commit
8bf55ecaab
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class ElectrumGui:
|
||||||
QDir.setCurrent(old_path)
|
QDir.setCurrent(old_path)
|
||||||
if url:
|
if url:
|
||||||
payto, amount, label, message, signature, identity, url = parse_url(url)
|
payto, amount, label, message, signature, identity, url = parse_url(url)
|
||||||
self.mini.set_payment_fields(payto, amount)
|
mini.set_payment_fields(payto, amount)
|
||||||
|
|
||||||
return mini
|
return mini
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue