From d8531483f53adb39bf2265ea2148a8b05334d747 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 27 Aug 2020 07:56:03 +0200 Subject: bip 341/342: Replace CCompactSize with CompactSize --- bip-0341.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bip-0341.mediawiki') diff --git a/bip-0341.mediawiki b/bip-0341.mediawiki index 7ac5bf8..0f8d32a 100644 --- a/bip-0341.mediawiki +++ b/bip-0341.mediawiki @@ -193,7 +193,7 @@ def taproot_tweak_seckey(seckey0, h): The following function, taproot_output_script, returns a byte array with the scriptPubKey (see [[bip-0141.mediawiki|BIP141]]). -ser_script refers to a function that prefixes its input with a CCompactSize-encoded length. +ser_script refers to a function that prefixes its input with a CompactSize-encoded length. def taproot_tree_helper(script_tree): -- cgit v1.2.3