Skip to content

Commit d2b795f

Browse files
authored
Merge pull request bitcoin#771 from bitschmidty/master
BIP174: Input Finalizer finalized fields clarifications
2 parents d8a56c9 + 3dbd486 commit d2b795f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0174.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ Or, for participants performing fA(psbt) and fB(psbt): Combine(fA(psbt), fB(psbt
447447
===Input Finalizer===
448448

449449
The Input Finalizer must only accept a PSBT.
450-
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.
450+
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.
451451
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.
452452

453453
===Transaction Extractor===

0 commit comments

Comments
 (0)