rust-lightning/lightning
Valentine Wallace 21ae9fdd69
Set HTLCPreviousHopData::blinded on intro node forward.
Useful so we know to fail back blinded HTLCs where we are the intro node with
the invalid_onion_blinding error per BOLT 4.

We don't set this field for blinded received HTLCs because we don't support
receiving to multi-hop blinded paths yet, and there's no point in setting it
for HTLCs received to 1-hop blinded paths because per the spec they should fail
back using an unblinded error code.
2023-11-29 17:18:39 -05:00
..
src Set HTLCPreviousHopData::blinded on intro node forward. 2023-11-29 17:18:39 -05:00
Cargo.toml Bump rust-bitcoin to v0.30.2 2023-11-22 15:58:01 -08:00