From 1e663c21500979451c97da390ddd3052866af101 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Tue, 16 Dec 2025 04:17:04 +0200 Subject: [PATCH] BIP-337: fix incorrect reference in Input Data Outpoint row (#2053) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * BIP-337: fix incorrect reference in Input Data Outpoint row * Fix typo in BIP 337 --- bip-0337.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bip-0337.mediawiki b/bip-0337.mediawiki index e87c5bc2..282554b5 100644 --- a/bip-0337.mediawiki +++ b/bip-0337.mediawiki @@ -106,7 +106,7 @@ There are no concerns with backwards compatibility. |- ! Name !! Width !! Description |- -| Compressed Signature || 1 Bit || A Boolean do determine if this input's signature is compressed. The signature is only compressed for P2TR on a key spend and for P2SH when it is a wrapped P2SH-WPKH. +| Compressed Signature || 1 Bit || A Boolean to determine if this input's signature is compressed. The signature is only compressed for P2TR on a key spend and for P2SH when it is a wrapped P2SH-WPKH. |- | Standard Hash || 1 Bit || A Boolean to determine if this input's signature hash type is standard (0x00 for Taproot, 0x01 for Legacy/Segwit). |- @@ -156,7 +156,7 @@ There are no concerns with backwards compatibility. |- ! Name !! Width !! Description |- -| Outpoint || 2-37 Bytes || The Outpoint Txid/Vout are determined to be compressed or otherwise by the "Compressed Outpoint" Boolean in the input metadata. For each compressed outpoint see [[#compressed-outpoint|Compressed Outpoint]]. For each uncompressed signature see [[#uncompressed-outpoint|Uncompressed Outpoint]]. +| Outpoint || 2-37 Bytes || The Outpoint Txid/Vout are determined to be compressed or otherwise by the "Compressed Outpoint" Boolean in the input metadata. For each compressed outpoint see [[#compressed-outpoint|Compressed Outpoint]]. For each uncompressed outpoint see [[#uncompressed-outpoint|Uncompressed Outpoint]]. |- | Signature || 64+ Bytes || The Signature is determined to be compressed or otherwise by the output script of the previous transaction. For each compressed signature see [[#compressed-signature|Compressed Signature]]. For each uncompressed signature see [[#uncompressed-signature|Uncompressed Signature]]. |-