Skip to content

Commit 5943de4

Browse files
committed
[BIP174] Fix broken link to psbt2
1 parent ed35a41 commit 5943de4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

bip-0174.mediawiki

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The currently defined global types are as follows:
125125
| 2
126126
| 0
127127
| 2
128-
| [[bip-psb2.mediawiki|psbt2]]
128+
| [[bip-0370.mediawiki|370]]
129129
|-
130130
| Fallback Locktime
131131
| <tt>PSBT_GLOBAL_FALLBACK_LOCKTIME = 0x03</tt>
@@ -136,7 +136,7 @@ The currently defined global types are as follows:
136136
|
137137
| 0
138138
| 2
139-
| [[bip-psb2.mediawiki|psbt2]]
139+
| [[bip-0370.mediawiki|370]]
140140
|-
141141
| Input Count
142142
| <tt>PSBT_GLOBAL_INPUT_COUNT = 0x04</tt>
@@ -147,7 +147,7 @@ The currently defined global types are as follows:
147147
| 2
148148
| 0
149149
| 2
150-
| [[bip-psb2.mediawiki|psbt2]]
150+
| [[bip-0370.mediawiki|370]]
151151
|-
152152
| Output Count
153153
| <tt>PSBT_GLOBAL_OUTPUT_COUNT = 0x05</tt>
@@ -158,7 +158,7 @@ The currently defined global types are as follows:
158158
| 2
159159
| 0
160160
| 2
161-
| [[bip-psb2.mediawiki|psbt2]]
161+
| [[bip-0370.mediawiki|370]]
162162
|-
163163
| Transaction Modifiable Flags
164164
| <tt>PSBT_GLOBAL_TX_MODIFIABLE = 0x06</tt>
@@ -169,7 +169,7 @@ The currently defined global types are as follows:
169169
|
170170
| 0
171171
| 2
172-
| [[bip-psb2.mediawiki|psbt2]]
172+
| [[bip-0370.mediawiki|370]]
173173
|-
174174
| SIGHASH_SINGLE Inputs
175175
| <tt>PSBT_GLOBAL_SIGHASH_SINGLE_INPUTS = 0x07</tt>
@@ -180,7 +180,7 @@ The currently defined global types are as follows:
180180
|
181181
| 0
182182
| 2
183-
| [[bip-psb2.mediawiki|psbt2]]
183+
| [[bip-0370.mediawiki|370]]
184184
|-
185185
| PSBT Version Number
186186
| <tt>PSBT_GLOBAL_VERSION = 0xFB</tt>
@@ -382,7 +382,7 @@ The currently defined per-input types are defined as follows:
382382
| 2
383383
| 0
384384
| 2
385-
| [[bip-psb2.mediawiki|psbt2]]
385+
| [[bip-0370.mediawiki|370]]
386386
|-
387387
| Spent Output Index
388388
| <tt>PSBT_IN_OUTPUT_INDEX = 0x0f</tt>
@@ -393,7 +393,7 @@ The currently defined per-input types are defined as follows:
393393
| 2
394394
| 0
395395
| 2
396-
| [[bip-psb2.mediawiki|psbt2]]
396+
| [[bip-0370.mediawiki|370]]
397397
|-
398398
| Sequence Number
399399
| <tt>PSBT_IN_SEQUENCE = 0x10</tt>
@@ -404,7 +404,7 @@ The currently defined per-input types are defined as follows:
404404
|
405405
| 0
406406
| 2
407-
| [[bip-psb2.mediawiki|psbt2]]
407+
| [[bip-0370.mediawiki|370]]
408408
|-
409409
| Required Time-based Locktime
410410
| <tt>PSBT_IN_REQUIRED_TIME_LOCKTIME = 0x11</tt>
@@ -415,7 +415,7 @@ The currently defined per-input types are defined as follows:
415415
|
416416
| 0
417417
| 2
418-
| [[bip-psb2.mediawiki|psbt2]]
418+
| [[bip-0370.mediawiki|370]]
419419
|-
420420
| Required Height-based Locktime
421421
| <tt>PSBT_IN_REQUIRED_HEIGHT_LOCKTIME = 0x12</tt>
@@ -426,7 +426,7 @@ The currently defined per-input types are defined as follows:
426426
|
427427
| 0
428428
| 2
429-
| [[bip-psb2.mediawiki|psbt2]]
429+
| [[bip-0370.mediawiki|370]]
430430
|-
431431
| Taproot Key Spend Signature
432432
| <tt>PSBT_IN_TAP_KEY_SIG = 0x13</tt>
@@ -564,7 +564,7 @@ determine which outputs are change outputs and verify that the change is returni
564564
| 2
565565
| 0
566566
| 2
567-
| [[bip-psb2.mediawiki|psbt2]]
567+
| [[bip-0370.mediawiki|370]]
568568
|-
569569
| Output Script
570570
| <tt>PSBT_OUT_SCRIPT = 0x04</tt>
@@ -575,7 +575,7 @@ determine which outputs are change outputs and verify that the change is returni
575575
| 2
576576
| 0
577577
| 2
578-
| [[bip-psb2.mediawiki|psbt2]]
578+
| [[bip-0370.mediawiki|370]]
579579
|-
580580
| Taproot Internal Key
581581
| <tt>PSBT_OUT_TAP_INTERNAL_KEY = 0x05</tt>

0 commit comments

Comments
 (0)