1
0

GUI refactoring for Kivy and lightning.

This also touches Qt and wallet code.
This commit is contained in:
ThomasV
2019-06-10 14:05:02 +02:00
parent 1a23dcb8d5
commit 70cd29f9e1
18 changed files with 328 additions and 597 deletions

View File

@@ -1249,7 +1249,7 @@ class Peer(Logger):
id=htlc_id,
payment_preimage=preimage)
await self.await_remote(chan, remote_ctn)
self.network.trigger_callback('ln_message', self.lnworker, 'Payment received', htlc_id)
#self.lnworker.payment_received(htlc_id)
async def fail_htlc(self, chan: Channel, htlc_id: int, onion_packet: OnionPacket,
reason: OnionRoutingFailureMessage):