Skip to content

Commit

Permalink
Remove duplicated expiry addition
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Dec 11, 2024
1 parent 0b9d9c1 commit 0154c6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fiber/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,6 @@ where
});
current_expiry += expiry;
current_amount += fee;
current_expiry += expiry;
}
// Add the first hop as the instruction for the current node, so the logic for send HTLC can be reused.
hops_data.push(PaymentHopData {
Expand Down

0 comments on commit 0154c6c

Please sign in to comment.