Fix CLTV comparison for final_incorrect_cltv_expiry
onion error
#2513
Labels
good first issue
Good for newcomers
On this line
rust-lightning/lightning/src/ln/channelmanager.rs
Line 2780 in 4fb5708
update_add_htlc
'scltv_expiry
, not the CLTV expiry set by the sender in the onion.Just needs a variable swap and a test. If no one gets to this I'll probably get around to it.
Shoutout to @carlaKC for catching this!
The text was updated successfully, but these errors were encountered: