summaryrefslogtreecommitdiff
path: root/bip-0174.mediawiki
diff options
context:
space:
mode:
authorMike Schmidt <schmidty@gmail.com>2019-03-19 10:01:28 -0500
committerMike Schmidt <schmidty@gmail.com>2020-06-09 14:40:19 -0500
commit3dbd4866b71fcf38e5852bf74bf3048d2fcd552b (patch)
treef7fcb3c70faea14b4777ac15a54d4ed6e23aa904 /bip-0174.mediawiki
parentd8a56c9f2b521bf4af5d588f217e7618cc44952c (diff)
downloadbips-3dbd4866b71fcf38e5852bf74bf3048d2fcd552b.tar.xz
bip-0174: Input Finalizer finalized fields clarifications
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 df7d658..a6e2534 100644
--- a/bip-0174.mediawiki
+++ b/bip-0174.mediawiki
@@ -447,7 +447,7 @@ Or, for participants performing fA(psbt) and fB(psbt): Combine(fA(psbt), fB(psbt
===Input Finalizer===
The Input Finalizer must only accept a PSBT.
-For each input, the Input Finalizer determines if the input has enough data to pass validation. If it does, it must construct the scriptSig and scriptWitness and place them into the input key-value map.
+For each input, the Input Finalizer determines if the input has enough data to pass validation. If it does, it must construct the <tt>0x07</tt> Finalized scriptSig and <tt>0x08</tt> Finalized scriptWitness and place them into the input key-value map.
All other data except the UTXO and unknown fields in the input key-value map should be cleared from the PSBT. The UTXO should be kept to allow Transaction Extractors to verify the final network serialized transaction.
===Transaction Extractor===