1
0

kivy: minor fix

This commit is contained in:
ThomasV
2022-05-21 12:23:01 +02:00
parent bc9cc51800
commit ac8a29efc2

View File

@@ -448,7 +448,7 @@ class ReceiveScreen(CScreen):
amount_sat = self.app.get_amount(amount_str) if amount_str else 0
message = self.message
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 = ''
if not self.app.wallet.has_lightning():
return