summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2020-06-12 00:16:49 +0000
committerGitHub <noreply@github.com>2020-06-12 00:16:49 +0000
commitd2b795f3f0b86b29507a61d48bc3a4ab23bbd094 (patch)
treef7fcb3c70faea14b4777ac15a54d4ed6e23aa904
parentd8a56c9f2b521bf4af5d588f217e7618cc44952c (diff)
parent3dbd4866b71fcf38e5852bf74bf3048d2fcd552b (diff)
downloadbips-d2b795f3f0b86b29507a61d48bc3a4ab23bbd094.tar.xz
Merge pull request #771 from bitschmidty/master
BIP174: Input Finalizer finalized fields clarifications
-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===