1
0
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:
MarcoFalke
2020-08-27 07:56:03 +02:00
committed by Pieter Wuille
parent bdb297a7c8
commit d8531483f5
2 changed files with 2 additions and 2 deletions

View File

@@ -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):