kivy: minor fix
This commit is contained in:
@@ -448,7 +448,7 @@ class ReceiveScreen(CScreen):
|
|||||||
amount_sat = self.app.get_amount(amount_str) if amount_str else 0
|
amount_sat = self.app.get_amount(amount_str) if amount_str else 0
|
||||||
message = self.message
|
message = self.message
|
||||||
expiry = self.expiry()
|
expiry = self.expiry()
|
||||||
if amount_sat and amount_sat < self.wallet.dust_threshold():
|
if amount_sat and amount_sat < self.app.wallet.dust_threshold():
|
||||||
self.address = ''
|
self.address = ''
|
||||||
if not self.app.wallet.has_lightning():
|
if not self.app.wallet.has_lightning():
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user