Update 02.md

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

8
02.md
View File

@@ -49,7 +49,7 @@ Inconvenient for onboarding new users who have no UTXO possession in the beginni
- - Let _to_self_ = _xbytes(pk<sub>i</sub>)_.
- - Let _ex_ = _CScriptNum(26280)_.
- - Let _ts_ = `<ex> OP_CHECKSEQUENCEVERIFY OP_DROP <to_self> OP_CHECKSIG`.
- - Let _s<sub>hash</sub>_ = _hash<sub>TapLeaf</sub>(0xc0 || 0x27 || s)_.
- - Let _s<sub>tweak</sub>_ = _hash<sub>TapTweak</sub>(lift_x(pk<sub>agg</sub>) || s<sub>hash</sub>)_.
- - Let _chan<sub>pubkey</sub>_ = _lift_x(pk<sub>agg</sub>) + int(s<sub>tweak</sub>)⋅G_.
- - Let _chan<sub>address_ = _Bech32m(0x51 || 0x20 || x_bytes(c<sub>pubkey</sub>))_.
- - Let _ts<sub>hash</sub>_ = _hash<sub>TapLeaf</sub>(0xc0 || 0x27 || ts)_.
- - Let _ts<sub>tweak</sub>_ = _hash<sub>TapTweak</sub>(lift_x(pk<sub>agg</sub>) || ts<sub>hash</sub>)_.
- - Let _chan<sub>pubkey</sub>_ = _lift_x(pk<sub>agg</sub>) + int(ts<sub>tweak</sub>)⋅G_.
- - Let _chan<sub>address_ = _Bech32m(0x51 || 0x20 || x_bytes(chan<sub>pubkey</sub>))_.