Skip to content

Commit

Permalink
Typo fix: CTLV -> CLTV.
Browse files Browse the repository at this point in the history
Locktime, not timelock.  Found this in my code, too, so pretty sure
it's my fault!

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Oct 3, 2017
1 parent fc9900c commit 76761b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .aspell.en.pws
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ Poy
talkin
Freenode
revocationkey
ctlv
msat
func
unencrypted
Expand Down Expand Up @@ -305,4 +304,4 @@ AAAA
SRV
TTL
URI
cli
cli
4 changes: 2 additions & 2 deletions 04-onion-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ outgoing channel:
* [`2`:`len`]
* [`len`:`channel_update`]

If the ctlv-expiry is too near, we tell them the the current channel
If the cltv-expiry is too near, we tell them the the current channel
setting for the outgoing channel:

1. type: UPDATE|14 (`expiry_too_soon`)
Expand Down Expand Up @@ -591,7 +591,7 @@ If the `cltv_expiry` is too low, the final node MUST fail the HTLC:

1. type: 17 (`final_expiry_too_soon`)

If the `outgoing_cltv_value` does not match the `ctlv_expiry` of the
If the `outgoing_cltv_value` does not match the `cltv_expiry` of the
HTLC at the final hop:

1. type: 18 (`final_incorrect_cltv_expiry`)
Expand Down

0 comments on commit 76761b8

Please sign in to comment.