mirror of
https://github.com/bitcoin/bips.git
synced 2026-02-23 15:38:22 +00:00
bip 341/342: Replace CCompactSize with CompactSize
This commit is contained in:
committed by
Pieter Wuille
parent
bdb297a7c8
commit
d8531483f5
@@ -193,7 +193,7 @@ def taproot_tweak_seckey(seckey0, h):
|
||||
</source>
|
||||
|
||||
The following function, <code>taproot_output_script</code>, returns a byte array with the scriptPubKey (see [[bip-0141.mediawiki|BIP141]]).
|
||||
<code>ser_script</code> refers to a function that prefixes its input with a CCompactSize-encoded length.
|
||||
<code>ser_script</code> refers to a function that prefixes its input with a CompactSize-encoded length.
|
||||
|
||||
<source lang="python">
|
||||
def taproot_tree_helper(script_tree):
|
||||
|
||||
Reference in New Issue
Block a user