1
0

kivy: disable amount and description buttons if payment request is signed

This commit is contained in:
ThomasV
2016-02-18 15:40:13 +01:00
parent e297bf81a2
commit fd0e5739e2
5 changed files with 19 additions and 15 deletions

View File

@@ -216,9 +216,6 @@ class ElectrumWindow(App):
self._trigger_notify_transactions = \
Clock.create_trigger(self.notify_transactions, 5)
def do_pay(self, obj):
pr = self.invoices.get(obj.key)
self.on_pr(pr)
def on_pr(self, pr):
if pr.verify(self.contacts):