Skip to content

Commit be04b04

Browse files
f rename
1 parent 2118003 commit be04b04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5160,11 +5160,11 @@ where
51605160
},
51615161
HTLCSource::PreviousHopData(HTLCPreviousHopData {
51625162
ref short_channel_id, ref htlc_id, ref incoming_packet_shared_secret,
5163-
ref phantom_shared_secret, ref outpoint, ref blinded, ..
5163+
ref phantom_shared_secret, ref outpoint, ref blinded_failure, ..
51645164
}) => {
51655165
log_trace!(self.logger, "Failing {}HTLC with payment_hash {} backwards from us: {:?}",
5166-
if blinded.is_some() { "blinded " } else { "" }, &payment_hash, onion_error);
5167-
let err_packet = match blinded {
5166+
if blinded_failure.is_some() { "blinded " } else { "" }, &payment_hash, onion_error);
5167+
let err_packet = match blinded_failure {
51685168
Some(BlindedFailure::FromIntroductionNode) => {
51695169
let blinded_onion_error = HTLCFailReason::reason(INVALID_ONION_BLINDING, vec![0; 32]);
51705170
blinded_onion_error.get_encrypted_failure_packet(

0 commit comments

Comments
 (0)