Skip to content

Commit 1c2fb22

Browse files
committed
Fix itemize by using mediawiki splat
1 parent 44778df commit 1c2fb22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bip-0360.mediawiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,9 @@ language verbatim from the [[bip-0341.mediawiki|BIP341]] script validation secti
470470
** Execute the script, according to the applicable script rules, using the witness stack elements excluding the script ''s'', the control block ''c'', and the annex ''a'' if present, as initial stack. This implies that for the future leaf versions (non-''0xC0'') the execution must succeed.
471471
472472
The steps above follow the script path spending logic from [[bip-0341.mediawiki|BIP-341]] with the following changes:
473-
- The witness program is the tapleaf merkle root and not a public key. This means that we skip directly to BIP-341 spend path tapleaf merkle tree validation.
474-
- We compute the tagged tapleaf merkle root r and compare it directly to the witness program q.
475-
- The control block is 1 + 32*m bytes, instead of 33 + 32*m bytes.
473+
* The witness program is the tapleaf merkle root and not a public key. This means that we skip directly to BIP-341 spend path tapleaf merkle tree validation.
474+
* We compute the tagged tapleaf merkle root r and compare it directly to the witness program q.
475+
* The control block is 1 + 32*m bytes, instead of 33 + 32*m bytes.
476476
477477
==== Sighash Calculation ====
478478

0 commit comments

Comments
 (0)