From d7ba77ced5b1109753837eb76248c241f5590d8c Mon Sep 17 00:00:00 2001 From: Kalle Rosenbaum Date: Tue, 26 Feb 2019 21:32:44 +0100 Subject: bip174: Fix invalid references to per-input types 0x07 and 0x08. --- bip-0174.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bip-0174.mediawiki') diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki index a3098a4..e6dd44f 100644 --- a/bip-0174.mediawiki +++ b/bip-0174.mediawiki @@ -375,7 +375,7 @@ All other data except the UTXO and unknown fields in the input key-value map sho ===Transaction Extractor=== The Transaction Extractor must only accept a PSBT. -It checks whether all inputs have complete scriptSigs and scriptWitnesses by checking for the presence of 0x05 Finalized scriptSig and 0x06 Finalized scriptWitness typed records. If they do, the Transaction Extractor should construct complete scriptSigs and scriptWitnesses and encode them into network serialized transactions. Otherwise the Extractor must not modify the PSBT. +It checks whether all inputs have complete scriptSigs and scriptWitnesses by checking for the presence of 0x07 Finalized scriptSig and 0x08 Finalized scriptWitness typed records. If they do, the Transaction Extractor should construct complete scriptSigs and scriptWitnesses and encode them into network serialized transactions. Otherwise the Extractor must not modify the PSBT. The Extractor should produce a fully valid, network serialized transaction if all inputs are complete. The Transaction Extractor does not need to know how to interpret scripts in order to extract the network serialized transaction. However it may be able to in order to validate the network serialized transaction at the same time. -- cgit v1.2.3