1
0

lnchannel: trivial clean-up

This commit is contained in:
SomberNight
2019-08-02 18:05:48 +02:00
committed by ThomasV
parent 57ec8f51c8
commit 0d84873a75
2 changed files with 2 additions and 7 deletions

View File

@@ -1157,7 +1157,7 @@ class Peer(Logger):
onion_packet=onion_packet,
processed_onion=processed_onion))
@log_exceptions
@log_exceptions
async def _maybe_forward_htlc(self, chan: Channel, htlc: UpdateAddHtlc, *, local_ctn: int, remote_ctn: int,
onion_packet: OnionPacket, processed_onion: ProcessedOnionPacket):
await self.await_local(chan, local_ctn)