1
0

gui: show incoming lightning requests, add on-chain icon

This commit is contained in:
ThomasV
2019-01-30 11:10:11 +01:00
parent 2af178a586
commit 7bb4ea150f
6 changed files with 71 additions and 50 deletions

View File

@@ -246,6 +246,9 @@ class PaymentRequest:
return None
return self.details.expires and self.details.expires < int(time.time())
def get_time(self):
return self.details.time
def get_expiration_date(self):
return self.details.expires