Searched refs:decode_onion_error (Results 1 – 3 of 3) sorted by relevance
/dports/finance/electrum/Electrum-4.1.5/electrum/ |
H A D | lnchannel.py | 44 from .lnonion import decode_onion_error, OnionFailureCode, OnionRoutingFailure 1298 def decode_onion_error(self, reason: bytes, route: Sequence['RouteEdge'], member in Channel 1300 failure_msg, sender_idx = decode_onion_error(
|
H A D | lnonion.py | 495 def decode_onion_error(error_packet: bytes, payment_path_pubkeys: Sequence[bytes], function
|
H A D | lnworker.py | 1884 … failure_message, sender_idx = chan.decode_onion_error(error_bytes, route, htlc_id)
|