1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Merge pull request #1155 from azuchi/fix-psbt2-link

[BIP174] Fix broken link to psbt2
This commit is contained in:
kallewoof 2021-08-16 16:00:35 +09:00 committed by GitHub
commit 61ccc84930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ The currently defined global types are as follows:
| 2 | 2
| 0 | 0
| 2 | 2
| [[bip-psb2.mediawiki|psbt2]] | [[bip-0370.mediawiki|370]]
|- |-
| Fallback Locktime | Fallback Locktime
| <tt>PSBT_GLOBAL_FALLBACK_LOCKTIME = 0x03</tt> | <tt>PSBT_GLOBAL_FALLBACK_LOCKTIME = 0x03</tt>
@ -136,7 +136,7 @@ The currently defined global types are as follows:
| |
| 0 | 0
| 2 | 2
| [[bip-psb2.mediawiki|psbt2]] | [[bip-0370.mediawiki|370]]
|- |-
| Input Count | Input Count
| <tt>PSBT_GLOBAL_INPUT_COUNT = 0x04</tt> | <tt>PSBT_GLOBAL_INPUT_COUNT = 0x04</tt>
@ -147,7 +147,7 @@ The currently defined global types are as follows:
| 2 | 2
| 0 | 0
| 2 | 2
| [[bip-psb2.mediawiki|psbt2]] | [[bip-0370.mediawiki|370]]
|- |-
| Output Count | Output Count
| <tt>PSBT_GLOBAL_OUTPUT_COUNT = 0x05</tt> | <tt>PSBT_GLOBAL_OUTPUT_COUNT = 0x05</tt>
@ -158,7 +158,7 @@ The currently defined global types are as follows:
| 2 | 2
| 0 | 0
| 2 | 2
| [[bip-psb2.mediawiki|psbt2]] | [[bip-0370.mediawiki|370]]
|- |-
| Transaction Modifiable Flags | Transaction Modifiable Flags
| <tt>PSBT_GLOBAL_TX_MODIFIABLE = 0x06</tt> | <tt>PSBT_GLOBAL_TX_MODIFIABLE = 0x06</tt>
@ -169,7 +169,7 @@ The currently defined global types are as follows:
| |
| 0 | 0
| 2 | 2
| [[bip-psb2.mediawiki|psbt2]] | [[bip-0370.mediawiki|370]]
|- |-
| SIGHASH_SINGLE Inputs | SIGHASH_SINGLE Inputs
| <tt>PSBT_GLOBAL_SIGHASH_SINGLE_INPUTS = 0x07</tt> | <tt>PSBT_GLOBAL_SIGHASH_SINGLE_INPUTS = 0x07</tt>
@ -180,7 +180,7 @@ The currently defined global types are as follows:
| |
| 0 | 0
| 2 | 2
| [[bip-psb2.mediawiki|psbt2]] | [[bip-0370.mediawiki|370]]
|- |-
| PSBT Version Number | PSBT Version Number
| <tt>PSBT_GLOBAL_VERSION = 0xFB</tt> | <tt>PSBT_GLOBAL_VERSION = 0xFB</tt>
@ -382,7 +382,7 @@ The currently defined per-input types are defined as follows:
| 2 | 2
| 0 | 0
| 2 | 2
| [[bip-psb2.mediawiki|psbt2]] | [[bip-0370.mediawiki|370]]
|- |-
| Spent Output Index | Spent Output Index
| <tt>PSBT_IN_OUTPUT_INDEX = 0x0f</tt> | <tt>PSBT_IN_OUTPUT_INDEX = 0x0f</tt>
@ -393,7 +393,7 @@ The currently defined per-input types are defined as follows:
| 2 | 2
| 0 | 0
| 2 | 2
| [[bip-psb2.mediawiki|psbt2]] | [[bip-0370.mediawiki|370]]
|- |-
| Sequence Number | Sequence Number
| <tt>PSBT_IN_SEQUENCE = 0x10</tt> | <tt>PSBT_IN_SEQUENCE = 0x10</tt>
@ -404,7 +404,7 @@ The currently defined per-input types are defined as follows:
| |
| 0 | 0
| 2 | 2
| [[bip-psb2.mediawiki|psbt2]] | [[bip-0370.mediawiki|370]]
|- |-
| Required Time-based Locktime | Required Time-based Locktime
| <tt>PSBT_IN_REQUIRED_TIME_LOCKTIME = 0x11</tt> | <tt>PSBT_IN_REQUIRED_TIME_LOCKTIME = 0x11</tt>
@ -415,7 +415,7 @@ The currently defined per-input types are defined as follows:
| |
| 0 | 0
| 2 | 2
| [[bip-psb2.mediawiki|psbt2]] | [[bip-0370.mediawiki|370]]
|- |-
| Required Height-based Locktime | Required Height-based Locktime
| <tt>PSBT_IN_REQUIRED_HEIGHT_LOCKTIME = 0x12</tt> | <tt>PSBT_IN_REQUIRED_HEIGHT_LOCKTIME = 0x12</tt>
@ -426,7 +426,7 @@ The currently defined per-input types are defined as follows:
| |
| 0 | 0
| 2 | 2
| [[bip-psb2.mediawiki|psbt2]] | [[bip-0370.mediawiki|370]]
|- |-
| Taproot Key Spend Signature | Taproot Key Spend Signature
| <tt>PSBT_IN_TAP_KEY_SIG = 0x13</tt> | <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
| 2 | 2
| 0 | 0
| 2 | 2
| [[bip-psb2.mediawiki|psbt2]] | [[bip-0370.mediawiki|370]]
|- |-
| Output Script | Output Script
| <tt>PSBT_OUT_SCRIPT = 0x04</tt> | <tt>PSBT_OUT_SCRIPT = 0x04</tt>
@ -575,7 +575,7 @@ determine which outputs are change outputs and verify that the change is returni
| 2 | 2
| 0 | 0
| 2 | 2
| [[bip-psb2.mediawiki|psbt2]] | [[bip-0370.mediawiki|370]]
|- |-
| Taproot Internal Key | Taproot Internal Key
| <tt>PSBT_OUT_TAP_INTERNAL_KEY = 0x05</tt> | <tt>PSBT_OUT_TAP_INTERNAL_KEY = 0x05</tt>