You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bip-0370.mediawiki
+2-2
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ Height based locktime is preferred over time based as Bitcoin's unit of time is
224
224
225
225
===Unique Identification===
226
226
227
-
PSBTv2s can be uniquely identified by constructing an unsigned transaction given the information provided in the PSBT and computing the transaction ID of that transaction.
227
+
PSBTv2s can be uniquely identified by constructing an unsigned transaction given the information provided in the PSBT, and computing the transaction ID of that transaction.
228
228
Since PSBT_IN_SEQUENCE can be changed by Updaters and Combiners, the sequence number in this unsigned transaction must be set to 0 (not final, nor the sequence in PSBT_IN_SEQUENCE).
229
229
The lock time in this unsigned transaction must be computed as described previously.
230
230
@@ -252,7 +252,7 @@ When an input or output is added, the corresponding PSBT_GLOBAL_INPUT_COUNT or P
252
252
When an input is added, it must have PSBT_IN_PREVIOUS_TXID and PSBT_IN_OUTPUT_INDEX set.
253
253
When an output is added, it must have PSBT_OUT_VALUE and PSBT_OUT_OUTPUT_SCRIPT set.
254
254
If the input has a required timelock, Constructors must set the requisite timelock field.
255
-
If the input has a required time based timelock, then PSBT_IN_REQUIRED_TIME_TIMELOCK must be set
255
+
If the input has a required time based timelock, then PSBT_IN_REQUIRED_TIME_TIMELOCK must be set.
256
256
If the input has a required height based timelock, then PSBT_IN_REQUIRED_HEIGHT_TIMELOCK must be set.
257
257
If an input has both types of timelocks, then both may be set.
258
258
In some cases, an input that can allow both types, but a particular branch supporting only one type of timelock will be taken, then the type of timelock that will be used can be the only one set.
0 commit comments