mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
follow-up prev commit
This commit is contained in:
parent
1529b07aa4
commit
a8c14e65ad
1 changed files with 1 additions and 1 deletions
|
@ -1212,7 +1212,7 @@ class Peer(Logger):
|
|||
except BaseException as e:
|
||||
self.logger.info(f"failed to forward htlc: error sending message. {e}")
|
||||
data = outgoing_chan_upd_len + outgoing_chan_upd
|
||||
return OnionRoutingFailureMessage(code=OnionFailureCode.TEMPORARY_CHANNEL_FAILURE, data=data)
|
||||
return None, None, OnionRoutingFailureMessage(code=OnionFailureCode.TEMPORARY_CHANNEL_FAILURE, data=data)
|
||||
return next_chan_scid, next_htlc.htlc_id, None
|
||||
|
||||
def maybe_fulfill_htlc(self, *, chan: Channel, htlc: UpdateAddHtlc,
|
||||
|
|
Loading…
Add table
Reference in a new issue