-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reject trampoline payments with expired outgoing cltv (#1727)
When we receive a trampoline payment asking us to relay with an expiry that is already below the current chain height, we know that this payment will fail when it reaches the next trampoline node. Instead of waiting for the next trampoline node to reject it, we reject it immediately.
- Loading branch information
1 parent
9ff2f83
commit 6364ae3
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters