summaryrefslogtreecommitdiff
path: root/bip-0174.mediawiki
diff options
context:
space:
mode:
authorKalle Rosenbaum <kalle@rosenbaum.se>2019-02-26 21:32:44 +0100
committerKalle Rosenbaum <kalle@rosenbaum.se>2019-02-26 21:32:44 +0100
commitd7ba77ced5b1109753837eb76248c241f5590d8c (patch)
tree2452a875e6296afea4d4926a61ccdacc78a58b0c /bip-0174.mediawiki
parentb4853407a7c88cfe72974344f6a642691df53f49 (diff)
downloadbips-d7ba77ced5b1109753837eb76248c241f5590d8c.tar.xz
bip174: Fix invalid references to per-input types 0x07 and 0x08.
Diffstat (limited to 'bip-0174.mediawiki')
-rw-r--r--bip-0174.mediawiki2
1 files changed, 1 insertions, 1 deletions
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 <tt>0x05</tt> Finalized scriptSig and <tt>0x06</tt> 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 <tt>0x07</tt> Finalized scriptSig and <tt>0x08</tt> 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.