Skip to content

Commit

Permalink
Fix routing example: channel_update contains cltv_expiry_delta (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs authored Apr 15, 2022
1 parent 32a76e8 commit cf4fddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07-routing-gossip.md
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ per [HTLC Fees](#htlc-fees):

200 + ( 4999999 * 2000 / 1000000 ) = 10199

Similarly, it would need to add B->C's `channel_update` `cltv_expiry` (20), C's
Similarly, it would need to add B->C's `channel_update` `cltv_expiry_delta` (20), C's
requested `min_final_cltv_expiry` (9), and the cost for the _shadow route_ (42).
Thus, A->B's `update_add_htlc` message would be:

Expand Down

0 comments on commit cf4fddd

Please sign in to comment.