Update 02.md

This commit is contained in:
brqgoo
2023-01-29 14:48:44 +03:00
committed by GitHub
parent 43c8e2d859
commit e36dbb1631

4
02.md
View File

@@ -44,8 +44,8 @@ Inconvenient for onboarding new users who have no UTXO possession in the beginni
- - The _to_self_ : 32-byte x-only child public key. - - The _to_self_ : 32-byte x-only child public key.
- - The _ex_ : a 2-byte minimally encoded channel expiry as relative locktime. - - The _ex_ : a 2-byte minimally encoded channel expiry as relative locktime.
- - The _ts_ : a 39-byte raw tapscript for a non-interactive refund closure. - - The _ts_ : a 39-byte raw tapscript for a non-interactive refund closure.
- - The _chan<sub>pubkey</sub>_ : tweaked 2-of-2 common channel output - - The _chan<sub>pubkey</sub>_ : tweaked 2-of-2 common channel output.
- - The _chan<sub>address</sub>_ : expiring channel address - - The _chan<sub>address</sub>_ : expiring channel address.
- - Let _to_self_ = _xbytes(pk<sub>i</sub>)_. - - Let _to_self_ = _xbytes(pk<sub>i</sub>)_.
- - Let _ex_ = _CScriptNum(26280)_. - - Let _ex_ = _CScriptNum(26280)_.
- - Let _ts_ = `<ex> OP_CHECKSEQUENCEVERIFY OP_DROP <to_self> OP_CHECKSIG`. - - Let _ts_ = `<ex> OP_CHECKSEQUENCEVERIFY OP_DROP <to_self> OP_CHECKSIG`.