Skip to content

Commit

Permalink
fix relay remove tlc error in try_to_relay_remove_tlc
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Dec 14, 2024
1 parent cb3d9fb commit 60d4022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fiber/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,8 @@ where
&previous_tlc
);

let remove_reason = remove_reason.clone().backward(&tlc_info.shared_secret);

// TODO: encrypt the error to backward
self.register_retryable_relay_tlc_remove(
myself,
Expand Down

0 comments on commit 60d4022

Please sign in to comment.