tsmall kivy fix - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit cf67b032c1fe34c12cd624816c64e8e343e8f377
DIR parent 2ae15c00e6a2e68938bc94628ffe22125b74f372
HTML Author: ThomasV <thomasv@electrum.org>
Date: Wed, 8 Mar 2017 18:41:47 +0100
small kivy fix
Diffstat:
M gui/kivy/uix/screens.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/gui/kivy/uix/screens.py b/gui/kivy/uix/screens.py
t@@ -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