Skip to content

Commit bc300dd

Browse files
authored
Update bip-0370.mediawiki
Minor grammar and punctuation errors
1 parent 2caa8e2 commit bc300dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0370.mediawiki

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Height based locktime is preferred over time based as Bitcoin's unit of time is
224224

225225
===Unique Identification===
226226

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.
228228
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).
229229
The lock time in this unsigned transaction must be computed as described previously.
230230

@@ -252,7 +252,7 @@ When an input or output is added, the corresponding PSBT_GLOBAL_INPUT_COUNT or P
252252
When an input is added, it must have PSBT_IN_PREVIOUS_TXID and PSBT_IN_OUTPUT_INDEX set.
253253
When an output is added, it must have PSBT_OUT_VALUE and PSBT_OUT_OUTPUT_SCRIPT set.
254254
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.
256256
If the input has a required height based timelock, then PSBT_IN_REQUIRED_HEIGHT_TIMELOCK must be set.
257257
If an input has both types of timelocks, then both may be set.
258258
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

Comments
 (0)