mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
small kivy fix
This commit is contained in:
parent
2ae15c00e6
commit
cf67b032c1
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ class ReceiveScreen(CScreen):
|
|||
self.clear()
|
||||
addr = self.app.wallet.get_unused_address()
|
||||
if addr is None:
|
||||
addr = self.app.wallet.get_receiving_address()
|
||||
addr = self.app.wallet.get_receiving_address() or ''
|
||||
b = False
|
||||
else:
|
||||
b = True
|
||||
|
|
Loading…
Add table
Reference in a new issue