From 5943de4fa40e808f776374b916205d2932eff3ea Mon Sep 17 00:00:00 2001 From: azuchi Date: Sun, 15 Aug 2021 15:49:43 +0900 Subject: [BIP174] Fix broken link to psbt2 --- bip-0174.mediawiki | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'bip-0174.mediawiki') diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki index 5317b4f..d70a7f1 100644 --- a/bip-0174.mediawiki +++ b/bip-0174.mediawiki @@ -125,7 +125,7 @@ The currently defined global types are as follows: | 2 | 0 | 2 -| [[bip-psb2.mediawiki|psbt2]] +| [[bip-0370.mediawiki|370]] |- | Fallback Locktime | PSBT_GLOBAL_FALLBACK_LOCKTIME = 0x03 @@ -136,7 +136,7 @@ The currently defined global types are as follows: | | 0 | 2 -| [[bip-psb2.mediawiki|psbt2]] +| [[bip-0370.mediawiki|370]] |- | Input Count | PSBT_GLOBAL_INPUT_COUNT = 0x04 @@ -147,7 +147,7 @@ The currently defined global types are as follows: | 2 | 0 | 2 -| [[bip-psb2.mediawiki|psbt2]] +| [[bip-0370.mediawiki|370]] |- | Output Count | PSBT_GLOBAL_OUTPUT_COUNT = 0x05 @@ -158,7 +158,7 @@ The currently defined global types are as follows: | 2 | 0 | 2 -| [[bip-psb2.mediawiki|psbt2]] +| [[bip-0370.mediawiki|370]] |- | Transaction Modifiable Flags | PSBT_GLOBAL_TX_MODIFIABLE = 0x06 @@ -169,7 +169,7 @@ The currently defined global types are as follows: | | 0 | 2 -| [[bip-psb2.mediawiki|psbt2]] +| [[bip-0370.mediawiki|370]] |- | SIGHASH_SINGLE Inputs | PSBT_GLOBAL_SIGHASH_SINGLE_INPUTS = 0x07 @@ -180,7 +180,7 @@ The currently defined global types are as follows: | | 0 | 2 -| [[bip-psb2.mediawiki|psbt2]] +| [[bip-0370.mediawiki|370]] |- | PSBT Version Number | PSBT_GLOBAL_VERSION = 0xFB @@ -382,7 +382,7 @@ The currently defined per-input types are defined as follows: | 2 | 0 | 2 -| [[bip-psb2.mediawiki|psbt2]] +| [[bip-0370.mediawiki|370]] |- | Spent Output Index | PSBT_IN_OUTPUT_INDEX = 0x0f @@ -393,7 +393,7 @@ The currently defined per-input types are defined as follows: | 2 | 0 | 2 -| [[bip-psb2.mediawiki|psbt2]] +| [[bip-0370.mediawiki|370]] |- | Sequence Number | PSBT_IN_SEQUENCE = 0x10 @@ -404,7 +404,7 @@ The currently defined per-input types are defined as follows: | | 0 | 2 -| [[bip-psb2.mediawiki|psbt2]] +| [[bip-0370.mediawiki|370]] |- | Required Time-based Locktime | PSBT_IN_REQUIRED_TIME_LOCKTIME = 0x11 @@ -415,7 +415,7 @@ The currently defined per-input types are defined as follows: | | 0 | 2 -| [[bip-psb2.mediawiki|psbt2]] +| [[bip-0370.mediawiki|370]] |- | Required Height-based Locktime | PSBT_IN_REQUIRED_HEIGHT_LOCKTIME = 0x12 @@ -426,7 +426,7 @@ The currently defined per-input types are defined as follows: | | 0 | 2 -| [[bip-psb2.mediawiki|psbt2]] +| [[bip-0370.mediawiki|370]] |- | Taproot Key Spend Signature | PSBT_IN_TAP_KEY_SIG = 0x13 @@ -564,7 +564,7 @@ determine which outputs are change outputs and verify that the change is returni | 2 | 0 | 2 -| [[bip-psb2.mediawiki|psbt2]] +| [[bip-0370.mediawiki|370]] |- | Output Script | PSBT_OUT_SCRIPT = 0x04 @@ -575,7 +575,7 @@ determine which outputs are change outputs and verify that the change is returni | 2 | 0 | 2 -| [[bip-psb2.mediawiki|psbt2]] +| [[bip-0370.mediawiki|370]] |- | Taproot Internal Key | PSBT_OUT_TAP_INTERNAL_KEY = 0x05 -- cgit v1.2.3