1
0

kivy: port lightning ui to lnbase

This commit is contained in:
Janus
2018-05-23 19:08:46 +02:00
committed by ThomasV
parent 18963405ee
commit 10e8a90224
4 changed files with 35 additions and 40 deletions

View File

@@ -1434,6 +1434,9 @@ class LNWorker:
def subscribe_invoice_added_from_other_thread(self, emit_function):
pass
def pay_invoice_from_other_thread(self, lnaddr):
pass
class ChannelInfo(PrintError):
def __init__(self, channel_announcement_payload):